Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_oflash_tower_Draw_0

(view raw script w/o annotations or w/e)
1
if (i_ex(target))
2
{
3
    image_index = target.image_index;
4
    sprite_index = target.sprite_index;
5
}
6
if (siner > 4 && sin(siner / 3) < 0)
7
    instance_destroy();