Deltarune (Chapter 2) script viewer
← back to main script listing
gml_Object_obj_ch2_keyboardpuzzle_speaker_Step_0
(view raw script w/o annotations or w/e)
|
1
|
if (image_timer > 0)
|
|
2
|
{
|
|
3
|
image_index = 1;
|
|
4
|
image_timer--;
|
|
5
|
if (image_timer == 0)
|
|
6
|
image_index = 0;
|
|
7
|
}
|