Fix multiplayer chat and emote presentation

This commit is contained in:
Alexander Sellite 2026-08-04 01:09:02 -04:00
parent f2175ef6e3
commit 3f48106e00
5 changed files with 40 additions and 41 deletions

View file

@ -3,8 +3,8 @@ extends RefCounted
const CAPABILITY: StringName = &"chat_v1"
const RELIABLE_CHANNEL: int = NetworkProtocol.CHAT_RELIABLE_CHANNEL
const MAX_VISIBLE_CHARACTERS: int = 300
const MAX_UTF8_BYTES: int = 1200
const MAX_VISIBLE_CHARACTERS: int = 256
const MAX_UTF8_BYTES: int = 1024
const MAX_HISTORY: int = 100
const LATE_JOIN_HISTORY: int = 50
const MAX_ID_LENGTH: int = 96