Deltarune (Chapter 1) script viewer
← back to main script listing
gml_Object_obj_afterimage_grow_Step_0
(view raw script w/o annotations or w/e)
|
1
|
image_alpha -= fade;
|
|
2
|
image_xscale += xrate;
|
|
3
|
image_yscale += yrate;
|
|
4
|
if (image_alpha < 0)
|
|
5
|
instance_destroy();
|