Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_homealone_dess_snowflake_Alarm_0

(view raw script w/o annotations or w/e)
1
toggle++;
2
is_rotating = (toggle % 2) == 1;
3
if (is_rotating)
4
{
5
    image_index = 0;
6
    image_speed = 0.1;
7
}
8
else
9
{
10
    image_speed = 0;
11
    image_index = 0;
12
}
13
snd_play(snd_noise);
14
alarm[10]