summaryrefslogtreecommitdiff
path: root/client/src/akkamon/GameConfig.ts
diff options
context:
space:
mode:
authorMike Vink <mike1994vink@gmail.com>2021-07-27 17:00:00 +0200
committerMike Vink <mike1994vink@gmail.com>2021-07-27 17:00:00 +0200
commit019ea5fcefa16c2746fb2c7d6fa4a29d18b8d53b (patch)
tree417922906da5993f059d2c695887f029711b9878 /client/src/akkamon/GameConfig.ts
parent79a9fb88a9dd43caddaa011ce2dd920a2caefd85 (diff)
tmp(): preparation for battle starting
Diffstat (limited to 'client/src/akkamon/GameConfig.ts')
-rw-r--r--client/src/akkamon/GameConfig.ts2
1 files changed, 1 insertions, 1 deletions
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]
};