Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_incense_sparkle_Step_0

(view raw script w/o annotations or w/e)
1
if (image_index > 1)
2
{
3
    if (image_index < 2)
4
        image_speed = 0.2;
5
    else
6
        image_speed = 0.5;
7
}
8
if (global.turntimer < 1)
9
    instance_destroy();