so_many_mars/objects/oEnemy/Collision_oBullet.gml
Tyrel Souza 8854b848bc init
2022-02-21 18:45:19 -05:00

6 lines
181 B
Plaintext

/// @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;