Deltarune (Chapter 4) script viewer
← back to main script listing
gml_Object_obj_gerson_item_throw_particle_Step_0
(view raw script w/o annotations or w/e)
|
1
|
image_xscale -= 0.015;
|
|
2
|
image_yscale -= 0.015;
|
|
3
|
if (image_xscale < 0.04)
|
|
4
|
instance_destroy();
|