about summary refs log tree commit diff stats
path: root/html/plains/game.js
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2024-12-14 21:51:33 -0500
committerelioat <elioat@tilde.institute>2024-12-14 21:51:33 -0500
commit2264678588f01b86e986f0820ff7bd875307e584 (patch)
tree6079d5d78a63759727efaa5ed08a83b630074ea0 /html/plains/game.js
parent4aeabc4d6194e49884a83a3fe8b7e0809a9ac166 (diff)
downloadtour-2264678588f01b86e986f0820ff7bd875307e584.tar.gz
*
Diffstat (limited to 'html/plains/game.js')
-rw-r--r--html/plains/game.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/plains/game.js b/html/plains/game.js
index 43b4446..9e91353 100644
--- a/html/plains/game.js
+++ b/html/plains/game.js
@@ -156,7 +156,7 @@ const CONFIG = {
         equipment: {
             swordUnlockCount: 3,  // Number of rescues needed to unlock sword
             unlockAnimation: {
-                duration: 6000,    // Duration of unlock animation in ms
+                duration: 1500,    // Duration of unlock animation in ms
                 glowColor: 'rgba(255, 215, 0, 0.6)',  // Golden glow
                 messageText: 'Sword Unlocked!',
                 messageColor: '#FFD700'  // Gold color for text
@@ -198,7 +198,7 @@ const CONFIG = {
     },
     world: {
         village: {
-            size: 10,
+            size: 5,
             groundColor: '#f2f2f2'
         },
         villagers: {
47'>147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202