Recently I shared a platformer called Cube. The scripting changes the X variable by 0.75 But on all of my other platformers the X variable changes by 1. I wondered how smaller the move is when you press the keys with 0.75. So I created this project on my test account to physically show the difference.
Use arrow keys to change X by 1 Use WASD to change the X by 0.75 I will soon make a projecty to see the difference between the X * 0.9 and X *0.8....