Added a smoother camera pan animation during game play.

The tween animation uses the tweening library to smoothly move the
camera across the board. Also added a smoothing for any large jumps in
the position of the camera.
This commit is contained in:
Tyler Marques 2025-04-15 13:04:43 -04:00
parent ee9d0afea0
commit ae8ff4d455
No known key found for this signature in database
GPG key ID: 7672EFD79378341C
4 changed files with 56 additions and 33 deletions

View file

@ -269,6 +269,7 @@ export function updateChatWindows(phase: any, stepMessages = false) {
// Schedule next message with proper delay
setTimeout(showNext, config.playbackSpeed / 2);
//showNext()
};
// Add the message with word animation