From a4573fd3c08ba7f5e5c539d84e7c73f85ca3eb0e Mon Sep 17 00:00:00 2001 From: Indy Date: Fri, 28 May 2021 16:05:30 +0200 Subject: [PATCH] replace json file --- {conf => src/configuration}/config.json | 6 ++++++ 1 file changed, 6 insertions(+) rename {conf => src/configuration}/config.json (77%) diff --git a/conf/config.json b/src/configuration/config.json similarity index 77% rename from conf/config.json rename to src/configuration/config.json index e891bd8..028c17f 100644 --- a/conf/config.json +++ b/src/configuration/config.json @@ -19,5 +19,11 @@ "character2.png", "character2_swapcolor.png", "random" + ], + "resolution": [ + "1280 x 1024", + "1680 x 1050", + "1920 x 1080", + "800 x 600" ] }