-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsettings.json
More file actions
96 lines (89 loc) · 2.21 KB
/
settings.json
File metadata and controls
96 lines (89 loc) · 2.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
[
{
"type": "title",
"title": "Start level"
},
{ "type": "options",
"title": "Start level",
"desc": "You can choose from the 1st to the 4th",
"section": "main",
"key": "start_level",
"options": ["1", "2", "3", "4"] },
{
"type": "title",
"title": "Timeouts"
},
{ "type": "numeric",
"title": "Level 1 timeout",
"desc": "Time you have to find correct figure",
"section": "timer",
"key": "1" },
{ "type": "numeric",
"title": "Level 2 timeout",
"desc": "Time you have to find correct figure",
"section": "timer",
"key": "2" },
{ "type": "numeric",
"title": "Level 3 timeout",
"desc": "Time you have to find correct figure",
"section": "timer",
"key": "3" },
{ "type": "numeric",
"title": "Level 4 timeout",
"desc": "Time you have to find correct figure",
"section": "timer",
"key": "4" },
{
"type": "title",
"title": "Sizes"
},
{ "type": "bool",
"title": "Size 1",
"desc": "The biggest size",
"section": "sizes",
"key": "1" },
{ "type": "bool",
"title": "Size 2",
"desc": "",
"section": "sizes",
"key": "2" },
{ "type": "bool",
"title": "Size 3",
"desc": "",
"section": "sizes",
"key": "3" },
{ "type": "bool",
"title": "Size 4",
"desc": "",
"section": "sizes",
"key": "4" },
{ "type": "bool",
"title": "Size 5",
"desc": "The smallest size",
"section": "sizes",
"key": "5" },
{
"type": "title",
"title": "Shapes"
},
{ "type": "bool",
"title": "Monsters",
"desc": "Use monsters pictures",
"section": "pictures",
"key": "monsters" },
{ "type": "bool",
"title": "Animals",
"desc": "Use animals pictures",
"section": "pictures",
"key": "animals" },
{ "type": "bool",
"title": "Numbers",
"desc": "Use numbers pictures",
"section": "pictures",
"key": "numbers" },
{ "type": "bool",
"title": "Letters",
"desc": "Use letters pictures",
"section": "pictures",
"key": "letters" }
]