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

11 lines
174 B

scale += 0.1
scale *= 1.07
offset *= 1.15
image_xscale = scale
image_yscale = scale
x += offset
y += (offset * 0.2)
statetime += 1
if (statetime > 60)
instance_destroy()