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