I have two guis, one with gui.set_render_order(1) and the other gui.set_render_order(15) set in the init function.
My understanding is that the higher number is drawn on top. But when I switch the numbers around nothings changes, they are still drawn in the same order.
Lol, I created a test project which alternated two values in two different GUIs but forgot to actually use the value! I shouldn’t test things late in the evening…