Enemy AI is now prototyped and can find the player and attack them.
This commit is contained in:
parent
ad71631809
commit
f3e157a0f7
6 changed files with 78 additions and 38 deletions
2
Makefile
2
Makefile
|
@ -34,7 +34,7 @@ debug: build
|
|||
debug_run: build
|
||||
gdb --nx -x .gdbinit --batch --ex run --ex bt --ex q --args builddir/zedcaster.exe
|
||||
|
||||
debug_walk: build
|
||||
debug_walk: build test
|
||||
gdb --nx -x .gdbinit --batch --ex run --ex bt --ex q --args builddir/zedcaster.exe t
|
||||
|
||||
clean:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue