4k on chat bubble text

This commit is contained in:
Colin Kallemein 2025-01-02 20:37:37 +01:00
parent 201853a3ec
commit 145143cdc5

View File

@ -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) {