This repository has been archived on 2025-03-19. You can view files and clone it, but cannot push or open issues or pull requests.
Blobledoodes/objects/obj_flappybloble_player/Step_0.gml
2019-08-03 22:24:44 -06:00

7 lines
No EOL
71 B
Text

yspeed += grav
if yspeed > 10 {yspeed = 10}
x += xspeed;
y += yspeed