Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_ch3_GSB02_Step_2

(view raw script w/o annotations or w/e)
1
if (camcon == 1)
2
{
3
    for (i = 0; i < instruments; i++)
4
        instrument[i].y = obj_rhythmgame.y + instrument_offset[i];
5
}