уборочка

This commit is contained in:
2021-07-08 00:45:43 +03:00
parent 48a6c57741
commit 8e0c66565c
12 changed files with 36 additions and 252 deletions

View File

@@ -1,20 +0,0 @@
{
"gameName": "quizEngine",
"gameVersion": [0, 0, 1],
"debug": true,
"loaderWidth": 200,
"colors": {
"back": "#2f3542",
"strokeSize": 1.5,
"buttonFill": "#a4b0be",
"buttonStroke": "#191C23",
"buttonFont": "#000000",
"answer": {
"stroke": "#191C23",
"wrong": "#ff6b81",
"right": "#7bed9f",
"notPassed": "#a4b0be"
}
},
"music": "music.mp3"
}

View File

@@ -1,32 +0,0 @@
{
"questions": [
{
"question": "Выбери вариант МОСТ или РЕКА",
"image": "image_land.jpg",
"answer": [ "Мост", "Рудник", "Река", "Солнце" ],
"rightAnswer": [ "мОст", "РЕКА" ]
},
{
"question": "Что горит?",
"image": "image_port.jpg",
"answer": [ "Вода", "Огонь", "Ветер", "Земля" ],
"rightAnswer": "ОгоНЬ"
},
{
"question": "t замерзания воды?",
"image": "image_land.jpg",
"answer": [ "0", "-1", "1", "-10" ],
"rightAnswer": "0"
}
],
"answerResult": {
"100": "100%. Ты милаха!",
"60": "Больше половины, красава.",
"0": "0%. Ты вообще нихуя не сечёшь"
},
"result": {
"minRightAnswer": 60,
"notPassed": "notPassed.png",
"passed": "passed.png"
}
}