so_many_mars/objects/oEnemy/Collision_oBullet.gml

6 lines
181 B
Plaintext
Raw Normal View History

2022-02-21 23:45:19 +00:00
/// @description Insert description here
// You can write your code in this editor
audio_play_sound(aDeath, 1, false);
instance_destroy(other);
instance_destroy();
oGame.kills += 1;