feat: optimize battle ui for hd displays

This commit is contained in:
2026-07-11 21:02:58 +09:00
parent a0780a7ac6
commit 7d3c49ac0b
4 changed files with 751 additions and 58 deletions

View File

@@ -50,7 +50,7 @@ const config: Phaser.Types.Core.GameConfig = {
height: 720,
backgroundColor: '#10131a',
scale: {
mode: Phaser.Scale.RESIZE,
mode: Phaser.Scale.FIT,
autoCenter: Phaser.Scale.CENTER_BOTH
},
scene: [BootScene, TitleScene]