diff --git a/src/components/game/character/partials/ChatBubble.vue b/src/components/game/character/partials/ChatBubble.vue index 139fcef..45e6180 100644 --- a/src/components/game/character/partials/ChatBubble.vue +++ b/src/components/game/character/partials/ChatBubble.vue @@ -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) {