Deltarune (Chapter 1) script viewer
← back to main script listing
gml_Object_obj_suitspuzz_button_Step_0
(
view raw script w/o annotations or w/e
)
1
if (press_timer <= 0)
2
image_index = d_index;
3
else
4
image_index = d_index + 1;
5
press_timer -= 1;