Pause menu map: smooth zoom and pan with inertia
Replace snappy map zoom and drag behavior with smooth animations. Wheel zoom now eases toward the cursor, keeping the map point under the pointer fixed during scale. Drag pan eases toward the pointer and coasts with inertia on release, with edge clamps and friction damping. Animations cancel each other to prevent fighting. Update tab labels from full names to shorter versions (FALLOUT 4, MULTIPLAYER). Add dev log entry and vanilla settings integration plan.
This commit is contained in:
@@ -100,7 +100,7 @@
|
||||
aria-selected="false"
|
||||
aria-controls="gameSettingsPane"
|
||||
>
|
||||
GAME SETTINGS
|
||||
FALLOUT 4
|
||||
</button>
|
||||
<button
|
||||
type="button"
|
||||
@@ -111,7 +111,7 @@
|
||||
aria-selected="true"
|
||||
aria-controls="multiplayerSettingsPane"
|
||||
>
|
||||
MULTIPLAYER SETTINGS
|
||||
MULTIPLAYER
|
||||
</button>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user