quizEngine/app/config.json

21 lines
406 B
JSON
Raw Normal View History

2021-07-04 18:07:44 +03:00
{
"gameName": "quizEngine",
"gameVersion": [0, 0, 1],
"debug": true,
2021-07-06 22:51:48 +03:00
"loaderWidth": 200,
2021-07-07 01:27:07 +03:00
"colors": {
"back": "#2f3542",
"strokeSize": 1.5,
2021-07-07 13:39:22 +03:00
"buttonFill": "#a4b0be",
"buttonStroke": "#191C23",
"buttonFont": "#000000",
2021-07-07 01:27:07 +03:00
"answer": {
2021-07-07 13:39:22 +03:00
"stroke": "#191C23",
2021-07-07 01:27:07 +03:00
"wrong": "#ff6b81",
"right": "#7bed9f",
"notPassed": "#a4b0be"
}
},
2021-07-07 00:04:35 +03:00
"music": "music.mp3"
2021-07-04 18:07:44 +03:00
}