Hello,
I'm starting to create a game with the "Tumbleweed" model. I'm having a problem. I set the game to 1280x720 and changed the font. But the indications on the labels displayed on the cursor are cut off (see photo). I couldn't find the place to move the text on the X axis, I think it's cut off by the cursor sprite.
Image :
(https://i.ibb.co/P6V7xjb/screen.jpg)
Thank you for your help, and sorry for my English which is not perfect.
When you changed the resolution, did you confirm the prompt to change the GUI sizes accordingly?
Anyway, it sounds like you need to increase the size of the label. IIRC the GUI is called gAction and only has a single label.
Hello,
Thank you, it's great, it works. I spent an afternoon searching through the code.
Thanks again