Fix multiplayer chat and emote presentation
This commit is contained in:
parent
f2175ef6e3
commit
3f48106e00
5 changed files with 40 additions and 41 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue