Deltarune (Chapter 4) script viewer
← back to main script listing
gml_Object_obj_vertical_dark_shockwave_new2_Step_0
(view raw script w/o annotations or w/e)
|
1
|
timer++;
|
|
2
|
if (timer == 2)
|
|
3
|
visible = true;
|
|
4
|
event_inherited();
|
|
5
|
if (image_xscale > 0)
|
|
6
|
image_xscale -= 0.1;
|
|
7
|
if (image_yscale > 0)
|
|
8
|
image_yscale -= 0.1;
|
|
9
|
else
|
|
10
|
instance_destroy();
|
|
11
|
y = _y;
|