Undertale script viewer

← back to main script listing

gml_Object_obj_meteorbullet_Step_0

(view raw script w/o annotations or w/e)
1
if (x > 650 || y > 490)
2
    instance_destroy();
3
if (image_alpha < 1)
4
    image_alpha += 0.2;