Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_board_susiedig_groundspots_Draw_0

(view raw script w/o annotations or w/e)
1
if (con == 0)
2
{
3
    if (active)
4
    {
5
        siner++;
6
        image_index = abs(sin(siner / 15) * 3);
7
    }
8
}
9
if (con < 2)
10
    draw_self();
11
if (con == 20)
12
    draw_self();