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

14 lines
234 B

event_inherited()
makeActive()
setCollisionBounds(-10, -20, 10, 0)
myhealth = 90
freezehp = 10
damage = 25
hitsound = 61
deathsound = 59
platyoffset = -14
frozenspr = 423
state = 0
facing = 1
mymask = instance_create(x, y, oMotoMask)