Undertale script viewer
← back to main script listing
gml_Object_obj_starburst_x_Step_0
(view raw script w/o annotations or w/e)
|
1
|
size -= 0.1;
|
|
2
|
image_xscale = size;
|
|
3
|
image_yscale = size;
|
|
4
|
if (size > 1.5)
|
|
5
|
image_alpha -= 0.05;
|
|
6
|
if (image_alpha < 0)
|
|
7
|
instance_destroy();
|
|
8
|
image_angle += aspeed;
|
|
9
|
aspeed -= 3;
|
|
10
|
if (size < 0.3)
|
|
11
|
instance_destroy();
|