#How to make a static character while the level passes by itself?
4 messages · Page 1 of 1 (latest)
Either you could make the level move, or that the player always moves at a constant speed, the latter is probably better if you want to use collisions
How do I make the player always move at a constant speed?
Set the velocity to a constant value and never change it?