Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_viro_invaderbullet_Collision_obj_omawaroid_policecar

(view raw script w/o annotations or w/e)
1
d = instance_create(other.x, other.y, obj_omawaroid_explosion);
2
d.direction = 90;
3
d.speed = other.speed;
4
instance_destroy(other);
5
instance_destroy();