Deltarune (Chapter 5) script viewer

← back to main script listing

gml_Object_obj_flowery_towery_pillars_Step_0

related scripts: Create_0Draw_0Step_0

(view raw script w/o annotations or w/e)
1
if (sunrise == -4)
2
{
3
    sunrise = instance_create_depth(x, y, depth + 2000, obj_parallax_cliffs_simple);
4
    sunrise.visible = false;
5
}