Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_green_cat_Collision_obj_meteor

(view raw script w/o annotations or w/e)
1
if (x > 640)
2
{
3
    with (other)
4
        instance_destroy();
5
}