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

12 lines
204 B

scale += 0.01
scale *= 1.04
image_xscale = scale
image_yscale = scale
statetime += 1
if (statetime > 10)
hspeed -= 0.2
if (statetime > 30)
speed *= 1.1
if (statetime > 120)
instance_destroy()