diff options
author | elioat <elioat@tilde.institute> | 2024-11-02 10:47:41 -0400 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2024-11-02 10:47:41 -0400 |
commit | 55a0c1442ab7b3fa6347f6f4844a169f0e80ad7f (patch) | |
tree | 5857ae7a72687d02398e684c6af11ff8e408669c /html/broughlike/config.js | |
parent | 5951c7d3d477c6498ee4a55006f92a84ff7e37f2 (diff) | |
download | tour-55a0c1442ab7b3fa6347f6f4844a169f0e80ad7f.tar.gz |
*
Diffstat (limited to 'html/broughlike/config.js')
-rw-r--r-- | html/broughlike/config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/broughlike/config.js b/html/broughlike/config.js index 5cf77f4..bd95035 100644 --- a/html/broughlike/config.js +++ b/html/broughlike/config.js @@ -13,7 +13,7 @@ export const COLORS = { }; export const CONFIG = { - GRID_SIZE: 6, + GRID_SIZE: 6, // 6 is about the smallest allowable level size before the path finding algorithms start to break PLAYER_HEALTH: 12, PLAYER_MAX_HEALTH: 16, PLAYER_BASE_DAMAGE: 1, |