How do you use this function?
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.