Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_music_event_example_Other_10

(view raw script w/o annotations or w/e)
1
if (lastbeat == 0)
2
    left_beat = 1;
3
else
4
    right_beat = 1;
5
lastbeat = 1 - lastbeat;