4k on chat bubble text
This commit is contained in:
parent
201853a3ec
commit
145143cdc5
@ -28,6 +28,7 @@ const createChatText = (text: Phaser.GameObjects.Text) => {
|
||||
text.setFontSize(13)
|
||||
text.setFontFamily('Arial')
|
||||
text.setOrigin(0.5, 10.9)
|
||||
text.setResolution(2)
|
||||
|
||||
// Fix text alignment on Windows and Android
|
||||
if (game.device.os.windows || game.device.os.android) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user