Undertale script viewer
← back to main script listing
gml_Object_obj_magicstar_Step_0
(view raw script w/o annotations or w/e)
|
1
|
if (size > 0.8)
|
|
2
|
image_alpha -= 0.05;
|
|
3
|
size += 0.15;
|
|
4
|
image_xscale = size;
|
|
5
|
image_yscale = size;
|
|
6
|
if (image_alpha < 0.1)
|
|
7
|
instance_destroy();
|
|
8
|
image_angle += 8;
|