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_bloblehop_player/Create_0.gml
rgrzanic 4702e9c906 clouds added, code simplified, bug fixed?
bug possibly fixed where the blobleshoot flys through
2019-07-25 16:27:12 -06:00

11 lines
No EOL
134 B
Text

image_xscale = 5;
image_yscale = 5;
grav= 1
movespeed = .8
maxvsp = 40
maxhsp = 20
jumpspeed = 40
boostjumpspeed = 50
vsp = 0
hsp = 0