Hi,
How can we move a button with text using code?
Let us know, thanks!
Jesse
Hi,
How can we move a button with text using code?
Let us know, thanks!
Jesse
If you are using GUI nodes you can alter their positions using gui.set_position() and if you are using game objects then you can use go.set_position()
Thanks!