Polish title screen presentation

This commit is contained in:
2026-06-21 22:39:35 +09:00
parent 764df7edce
commit a9a72e9231
9 changed files with 353 additions and 58 deletions

View File

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