CONTROLS: keyboard: arrow keys to move mobile: arrow buttons on the bottom right of the screen
hehe I added a guy called bob This engine provides top down scrolling and collisions how it works: There is a sprite called ‘player hitbox’ that controls collisions using colours so, “if red touching black then change y speed by 3” repeat with other colours and then the collisions work. The movement is controlled by 2 variables and arrow keys changing the values. Friction is creating by setting the variables the value of the variable multiplied by 0.9.