From 9195b19bdbec792f583306aa1578b024b49525cd Mon Sep 17 00:00:00 2001 From: freezarite Date: Tue, 14 Jan 2025 21:40:00 +0100 Subject: [PATCH] changed default width and height in config.json --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index e4ee3bf..33a7d13 100644 --- a/config.json +++ b/config.json @@ -1,7 +1,7 @@ { "fullscreen": false, "title": "VGG (Very Good Game)", - "screen_height": 100, - "screen_width": 100, + "screen_height": 600, + "screen_width": 800, "icon": "./engine/internalAssets/iconImage.bmp" } \ No newline at end of file