feat: added sound events for enemy awareness
This commit is contained in:
parent
1373656f90
commit
66aede32bd
15 changed files with 234 additions and 16 deletions
5
modules/wave_survival/muzzle_effect.cpp
Normal file
5
modules/wave_survival/muzzle_effect.cpp
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#include "muzzle_effect.h"
|
||||
|
||||
void MuzzleEffect::_bind_methods() {
|
||||
GDVIRTUAL_BIND(trigger);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue