From 019ea5fcefa16c2746fb2c7d6fa4a29d18b8d53b Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Tue, 27 Jul 2021 17:00:00 +0200 Subject: tmp(): preparation for battle starting --- client/src/akkamon/GameConfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/akkamon/GameConfig.ts') diff --git a/client/src/akkamon/GameConfig.ts b/client/src/akkamon/GameConfig.ts index 8d7e4f1..53a10a2 100644 --- a/client/src/akkamon/GameConfig.ts +++ b/client/src/akkamon/GameConfig.ts @@ -10,7 +10,7 @@ export const gameConfig: Phaser.Types.Core.GameConfig & Phaser.Types.Core.Render type: Phaser.AUTO, backgroundColor: '#125555', width: 800, - height: 600, + height: 800, pixelArt: true, scene: [BootScene, DemoScene] }; -- cgit v1.2.3