Updating font sizes to be more readable.

This commit is contained in:
Tyler Marques 2025-05-30 10:54:06 -07:00
parent ecf8e1db06
commit 16f4384c5a
No known key found for this signature in database
GPG key ID: CB99EDCF41D3016F
3 changed files with 37 additions and 23 deletions

View file

@ -8,6 +8,8 @@ import { isInstantChatEnabled } from '../debug/instantChat';
//TODO: Sometimes the LLMs use lists, and they don't work in the chats. The just appear as bullets within a single line.
//
//TODO: We are getting a mixing of chats from different phases. In game 0, F1902M starts using chat before S1902M finishes
let faceIconCache = {}; // Cache for generated face icons
// Add a message counter to track sound effect frequency
@ -177,7 +179,7 @@ export function updateChatWindows(phase: any, stepMessages = false) {
}
});
gameState.messagesPlaying = false;
// If instant chat is enabled during stepwise mode, immediately proceed to next phase logic
if (stepMessages && isInstantChatEnabled()) {
// Trigger the same logic as the end of stepwise message display