various: implement fog of war; make enemy AI slightly more intelligent
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I3e22dbc5e10690871255980c52a24c226a6a6964
This commit is contained in:
parent
4dfe52ae72
commit
f85d28e932
8 changed files with 151 additions and 21 deletions
|
|
@ -63,4 +63,9 @@
|
|||
// Message timer
|
||||
#define MESSAGE_TIMER_DURATION 60
|
||||
|
||||
// Visibility / Fog of War
|
||||
#define PLAYER_VIEW_RANGE 8
|
||||
#define ENEMY_VIEW_RANGE 6
|
||||
#define ENEMY_PATROL_MOVE_CHANCE 30
|
||||
|
||||
#endif // SETTINGS_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue