diff options
author | elioat <elioat@tilde.institute> | 2024-12-14 19:28:40 -0500 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2024-12-14 19:28:40 -0500 |
commit | 8730c864825d78221d9f5dbdd5ff45b71447f175 (patch) | |
tree | bc734711daf51a876e6e7342819e43ec326c2446 /html/plains | |
parent | 3d6485da59e89edc672466d168adfa5eb152c159 (diff) | |
download | tour-8730c864825d78221d9f5dbdd5ff45b71447f175.tar.gz |
*
Diffstat (limited to 'html/plains')
-rw-r--r-- | html/plains/game.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/plains/game.js b/html/plains/game.js index 68a31ed..6b03353 100644 --- a/html/plains/game.js +++ b/html/plains/game.js @@ -94,7 +94,7 @@ const CONFIG = { }, world: { village: { - size: 25, + size: 2, groundColor: '#f2f2f2' }, wilderness: { |