Deltarune (Chapter 2) script viewer
← back to main script listing
gml_Object_obj_rotationTile_track2_Destroy_0
(
view raw script w/o annotations or w/e
)
1
if (init == 1)
2
{
3
for (i = 0; i < tilemax; i++)
4
{
5
with (tile[i])
6
instance_destroy();
7
}
8
}