Refine chat layout and controls

This commit is contained in:
Alexander Sellite 2026-07-31 14:27:27 -04:00
parent 308447d481
commit 26da065716
5 changed files with 401 additions and 53 deletions

View file

@ -12,6 +12,7 @@ const PLAYER_MENU_PAGE_DURATION: float = 0.12
const PLAYER_MENU_INVENTORY_DURATION: float = 0.10
const PLAYER_MENU_ENTER_SCALE: float = 0.985
const PLAYER_MENU_EXIT_SCALE: float = 0.99
const CHAT_RESIZE_DURATION: float = 0.15
static func bubble_duration(distance: float) -> float: