Activated 4k on username text rendering
This commit is contained in:
parent
40c87f0ee3
commit
201853a3ec
@ -22,6 +22,7 @@ const createNicknameText = (text: Phaser.GameObjects.Text) => {
|
||||
text.setFontSize(13)
|
||||
text.setFontFamily('Arial')
|
||||
text.setOrigin(0.5, 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