From 03c558b10ec4b7e4d575bbdf6c0c969b4150645e Mon Sep 17 00:00:00 2001 From: Dennis Postma Date: Tue, 9 Apr 2024 02:40:04 +0200 Subject: [PATCH] small fixes --- src/App.vue | 9 +++------ src/assets/base.css | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/src/App.vue b/src/App.vue index 254181b..5455252 100644 --- a/src/App.vue +++ b/src/App.vue @@ -5,7 +5,7 @@ import Example from './scenes/mapScene' const gameConfig = { width: '100%', - height: '100%', + height: '99%', pixelArt: true, type: Phaser.AUTO, scene: Example @@ -16,12 +16,9 @@ const gameConfig = { - - + \ No newline at end of file diff --git a/src/assets/base.css b/src/assets/base.css index 8816868..edeb2b8 100644 --- a/src/assets/base.css +++ b/src/assets/base.css @@ -61,7 +61,7 @@ body { min-height: 100vh; color: var(--color-text); - background: var(--color-background); + background: black; transition: color 0.5s, background-color 0.5s;