Undertale script viewer
← back to main script listing
gml_Object_obj_blastorb_Step_0
(view raw script w/o annotations or w/e)
|
1
|
timer += 1;
|
|
2
|
image_xscale += 1;
|
|
3
|
image_yscale += 1;
|
|
4
|
if (timer > 7)
|
|
5
|
image_alpha -= 0.2;
|
|
6
|
if (image_alpha < 0.2)
|
|
7
|
instance_destroy();
|