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.
|
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()
|