diff options
author | elioat <elioat@tilde.institute> | 2024-10-27 18:40:36 -0400 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2024-10-27 18:40:36 -0400 |
commit | 914026e6e366f8429f276de3412dce30dfeb0e7c (patch) | |
tree | 155a3c3267e8901272713b3aab6cfda2a43dd737 /html | |
parent | bc05b83e840c9ea6240efeca5b740fd73834aa00 (diff) | |
download | tour-914026e6e366f8429f276de3412dce30dfeb0e7c.tar.gz |
*
Diffstat (limited to 'html')
-rw-r--r-- | html/broughlike/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/broughlike/index.html b/html/broughlike/index.html index 5d3181d..9b6a088 100644 --- a/html/broughlike/index.html +++ b/html/broughlike/index.html @@ -96,7 +96,7 @@ const MAX_ENEMIES_ON_LEVEL = 4; const MAX_ENEMY_HEALTH = 7; const MIN_ENEMY_HEALTH = 2; - const WALLS_MIN = 5; + const WALLS_MIN = 7; const WALLS_MAX = 20; const ITEMS_MIN = 1; const ITEMS_MAX = 3; |