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_oRamulken_Create...

22 lines
360 B

event_inherited()
makeActive()
setCollisionBounds(-14, -14, 14, 14)
facing = 1
myhealth = 60
freezehp = 10
damage = 32
hpush = 6
vpush = -3
hitsound = 62
deathsound = 59
platyoffset = -6
frozenspr = 446
flipx = 0
state = 0
shield1 = instance_create(x, (y - 8), oRamulkenShield)
limit_l = (x - 80)
limit_r = (x + 80)
image_speed = 0.2
x = floor(x)
y = floor(y)