diff options
-rw-r--r-- | html/plains/game.js | 4 |
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: { |