quizEngine/app/config.json

8 lines
151 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-06 22:54:45 +03:00
"music": { "src": "music.mp3", "autoplay": true }
2021-07-04 18:07:44 +03:00
}