Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_sneo_crusher_Step_1

(view raw script w/o annotations or w/e)
1
if (creatednewalls == 1 && i_ex(topwall) && i_ex(bottomwall))
2
{
3
    topwall.x = x - 20;
4
    bottomwall.x = x - 20;
5
}