feat: adopt 1920x1080 baseline
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user