Hi
I am using keyboard movements in my game, walking left and right is fine, but when I move the character up they jump about 4 pixels upwards each time, which is too much as the characters have very small sprites. Is there a way to edit the module/somewhere in the script where I can change the speed of the movement of the character with the keyboard (arrow keys).
Thanks in advance guys.
I'm pretty sure the default keyboard movement uses Walk commands; in other words, open the character and change the speed in there. (Set uniform walk speed to false, then change the Y value).
Ahhh, I see. I didn't spot the Uniform walk speed option.
Thanks Khris.