fix(SCOPONE-0011): complete iteration 0 - tune ai and ui
This commit is contained in:
@@ -50,6 +50,12 @@ const config: Phaser.Types.Core.GameConfig = {
|
||||
backgroundColor: '#1a5c2a',
|
||||
parent: 'game',
|
||||
scene: [BootScene, MenuScene, GameScene, SettingsScene],
|
||||
render: {
|
||||
antialias: true,
|
||||
antialiasGL: true,
|
||||
pixelArt: false,
|
||||
roundPixels: false,
|
||||
},
|
||||
scale: {
|
||||
mode: Phaser.Scale.FIT,
|
||||
autoCenter: Phaser.Scale.CENTER_BOTH,
|
||||
|
||||
Reference in New Issue
Block a user