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