Deltarune (Chapter 2) script viewer
← back to main script listing
gml_Object_obj_teacup_bullet_dead_Step_0
(view raw script w/o annotations or w/e)
|
1
|
y = master.y + posY;
|
|
2
|
depth = 10000;
|
|
3
|
image_xscale += 0.02;
|
|
4
|
image_yscale += 0.02;
|
|
5
|
image_alpha -= 0.04;
|
|
6
|
if (image_alpha <= 0)
|
|
7
|
instance_destroy();
|