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_oMumbo_Create_0.gml

16 lines
244 B

action_inherited()
makeActive()
setCollisionBounds(-6, -6, 4, 3)
myhealth = 8
damage = 5
hitsound = 63
deathsound = 60
platyoffset = -5
frozenspr = 318
target = 0
canattack = 1
flipx = 0
state = 1
alarm[0] = (60 + random(90))
image_speed = 0.5