Chat res. fix
This commit is contained in:
@ -90,7 +90,7 @@ gameStore.connection?.on('chat:message', (data: ChatMessage) => {
|
||||
return metrics.width
|
||||
}
|
||||
|
||||
chatBubble.width = calculateTextWidth(data.message, 'Arial', 13) + 10
|
||||
chatBubble.width = calculateTextWidth(data.message, 'Arial', 13) + 15
|
||||
chatText.setText(data.message)
|
||||
|
||||
charChatContainer.setVisible(true)
|
||||
|
Reference in New Issue
Block a user