Deltarune script viewer

← back to main script listing

gml_Object_obj_swordobj_example_Other_11

(view raw script w/o annotations or w/e)
1
anim = instance_create(x + 15, y + 15, obj_animation);
2
snd_play(snd_badexplosion);
3
anim.sprite_index = spr_realisticexplosion;
4
instance_destroy();