6 lines
181 B
Plaintext
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; |