diff options
author | elioat <{ID}+{username}@users.noreply.github.com> | 2024-11-01 15:49:20 -0400 |
---|---|---|
committer | elioat <{ID}+{username}@users.noreply.github.com> | 2024-11-01 15:49:20 -0400 |
commit | 3b607e7e3c2364613f6d1f1b41ad4ca16d0c98fb (patch) | |
tree | 5311d0a4c8060c41267495859948ceb850785879 /html/broughlike/config.js | |
parent | 32f23188b63c8995f1a5aa6efbc62e5e616250fa (diff) | |
download | tour-3b607e7e3c2364613f6d1f1b41ad4ca16d0c98fb.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 5897c27..5cf77f4 100644 --- a/html/broughlike/config.js +++ b/html/broughlike/config.js @@ -21,8 +21,8 @@ export const CONFIG = { ENEMY_BOSS_OCCURRENCE: 10, MIN_ENEMIES_ON_LEVEL: 1, MAX_ENEMIES_ON_LEVEL: 4, - MAX_ENEMY_HEALTH: 7, MIN_ENEMY_HEALTH: 2, + MAX_ENEMY_HEALTH: 7, MIN_ROOM_SIZE: 4, WALLS_MIN: 7, WALLS_MAX: 20, |