feat: first basic enemy patrolling behaviour
This commit is contained in:
parent
7c4c75d193
commit
526f756736
15 changed files with 801 additions and 386 deletions
|
|
@ -2,3 +2,4 @@ Import('env')
|
|||
|
||||
env.add_source_files(env.modules_sources, "*.cpp")
|
||||
env.add_source_files(env.modules_sources, "weapons/*.cpp")
|
||||
env.add_source_files(env.modules_sources, "enemies/*.cpp")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue