Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_titan_biglaser_Other_7

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