0
0
mirror of https://github.com/Nimac0/SDL_Minigame synced 2026-01-12 05:43:43 +00:00

changed default width and height in config.json

This commit is contained in:
freezarite 2025-01-14 21:40:00 +01:00
parent 201b5c8b5d
commit 9195b19bdb

View File

@ -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"
}