Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_spearshot_Other_11

(view raw script w/o annotations or w/e)
1
with (obj_heart)
2
{
3
    color = c_black;
4
    sprite_index = spr_dodgeheart;
5
}
6
with (obj_spearblocker)
7
    vanish = 1;
8
with (obj_spearshot)
9
    instance_destroy();