Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: nightmarer on Mon 12/04/2021 11:12:50

Title: Character.y change breaks the scaling of the room
Post by: nightmarer on Mon 12/04/2021 11:12:50
Hello all.

I'm having the following issue.
When I change the y axis parameter it just ignores the continuous Scaling of the room and goes back to the 100% size of the character.
Code (ags) Select
Character.y += 10;
Do you know how I can avoid this?

Regards.
Title: Re: Character.y change breaks the scaling of the room
Post by: nightmarer on Mon 12/04/2021 11:23:51
Oh, I just realized that I need to activate the manual scaling to solve this issue.
Regards