Undertale script viewer

← back to main script listing

gml_Object_obj_hg_debris_Step_0

(view raw script w/o annotations or w/e)
1
size -= 0.03;
2
image_xscale = size;
3
image_yscale = size;
4
if (size < 0.01 || point_distance(x, y, room_width / 2, room_height / 2) < 10)
5
    instance_destroy();