about summary refs log tree commit diff stats
path: root/html/plains
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
parent4aeabc4d6194e49884a83a3fe8b7e0809a9ac166 (diff)
downloadtour-2264678588f01b86e986f0820ff7bd875307e584.tar.gz
*
Diffstat (limited to 'html/plains')
-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: {