From c642b3e9404d105444fd75f025b547e0b4984006 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Wed, 7 Jul 2021 01:27:07 +0300 Subject: [PATCH] update config --- app/config.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/config.json b/app/config.json index a5eb6d4..e075238 100644 --- a/app/config.json +++ b/app/config.json @@ -3,5 +3,13 @@ "gameVersion": [0, 0, 1], "debug": true, "loaderWidth": 200, + "colors": { + "back": "#2f3542", + "answer": { + "wrong": "#ff6b81", + "right": "#7bed9f", + "notPassed": "#a4b0be" + } + }, "music": "music.mp3" }