big ol refactor

This commit is contained in:
2025-04-16 12:13:29 +02:00
parent b866ac879e
commit 9d60d5e9cd
10 changed files with 747 additions and 382 deletions

View File

@ -59,3 +59,12 @@ const (
ClientTickRate = 50 * time.Millisecond
MaxTickDesync = 5
)
// UI constants
const (
ChatMargin = 10
ChatHeight = 200
MessageHeight = 20
InputHeight = 30
MaxChatMessages = 50
)