feat: adopt 1920x1080 baseline

This commit is contained in:
2026-07-12 11:45:01 +09:00
parent c8e8ee4b3a
commit 3daad2861b
14 changed files with 1231 additions and 729 deletions

View File

@@ -46,8 +46,8 @@ const rendererType =
const config: Phaser.Types.Core.GameConfig = {
type: rendererType,
parent: 'game',
width: 1280,
height: 720,
width: 1920,
height: 1080,
backgroundColor: '#10131a',
scale: {
mode: Phaser.Scale.FIT,