Undertale script viewer
← back to main script listing
gml_Object_obj_flylight_a_Step_0
(view raw script w/o annotations or w/e)
|
1
|
size += 0.04;
|
|
2
|
image_xscale = size;
|
|
3
|
image_yscale = size;
|
|
4
|
if (y > 400)
|
|
5
|
instance_destroy();
|
|
6
|
image_angle = direction;
|