Undertale script viewer

← back to main script listing

gml_Object_obj_mett_eggbullet_Step_0

(view raw script w/o annotations or w/e)
1
if (image_alpha < 1)
2
    image_alpha += 0.2;
3
image_angle += ang;
4
if (y > (view_yview[0] + 245))
5
    instance_destroy();
6
if (x < (view_xview[0] - 4))
7
    instance_destroy();
8
if (x > (view_xview[0] + 324))
9
    instance_destroy();