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