Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_church_night_vfx_Step_0

(view raw script w/o annotations or w/e)
1
if (!palette_init)
2
{
3
    palette_init = true;
4
    with (obj_marker_palette)
5
    {
6
        current_palette = 3934;
7
        palette_index = 2;
8
    }
9
}