Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Davweb on Tue 13/08/2024 15:34:28

Title: Cursor label problem
Post by: Davweb on Tue 13/08/2024 15:34:28
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.

Title: Re: Cursor label problem
Post by: Khris on Tue 13/08/2024 23:11:52
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.
Title: Re: Cursor label problem
Post by: Davweb on Wed 14/08/2024 05:32:46
Hello,

Thank you, it's great, it works. I spent an afternoon searching through the code.

Thanks again