Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_board_miniboss_wall_Other_7

(view raw script w/o annotations or w/e)
1
if (sprite_index == spr_board_door_left)
2
{
3
    if (sprite_index == spr_board_door_left_glacier)
4
    {
5
        image_index = 3;
6
        image_speed = 0;
7
    }
8
}