You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
AM2Rogue/Export_Code/gml_Object_oGravitt_Create_...

18 lines
292 B

event_inherited()
setCollisionBounds(-4, -4, 4, 0)
myhealth = 40
freezehp = 35
damage = 18
hitsound = 61
deathsound = 59
platyoffset = -20
frozenspr = 370
flipx = 0
yoffset = 0
state = 1
statetime = 0
shell = instance_create(x, y, oGravittShell)
shell.damage = 18
shell.active = 1
active = 1