Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_encounter_bullet_Other_11

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