diff --git a/index.html b/index.html index 9430423..6d4fc6d 100644 --- a/index.html +++ b/index.html @@ -2298,7 +2298,7 @@ } @keyframes monster-combat-zoom { 0% { transform: scale(1); } - 100% { transform: scale(3); } + 100% { transform: scale(5); } } .monster-icon { width: 50px; @@ -15818,7 +15818,7 @@ // Fly to monster with dramatic zoom and pitch map.flyTo({ center: monsterPos, - zoom: 19, // Close zoom + zoom: 21, // Very close zoom pitch: 60, // Tilt camera down like a drone bearing: map.getBearing(), // Keep current rotation duration: 1200, // 1.2 second animation