Augment pan/zoom speed in campaign map
authorTheSaminator <thesaminator@users.noreply.github.com>
Mon, 4 Jul 2022 21:17:56 +0000 (17:17 -0400)
committerTheSaminator <thesaminator@users.noreply.github.com>
Mon, 4 Jul 2022 21:17:56 +0000 (17:17 -0400)
src/jsMain/kotlin/net/starshipfights/campaign/campaign_main.kt

index 5254ec3f408434e2bfb152ebeaa26306ff4251d9..a47c906c0b96c18896655a20528a435a7e896823 100644 (file)
@@ -44,8 +44,8 @@ suspend fun campaignMain(playingAs: Id<InGameAdmiral>, admirals: Map<Id<InGameAd
                        domElement = renderer.domElement
                        keyDomElement = window
                        
-                       panSpeed = 256
-                       zoomSpeed = 96
+                       panSpeed = 384
+                       zoomSpeed = 144
                        
                        minZoom = 72
                        maxZoom = 512