-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpentai.json
92 lines (92 loc) · 2.31 KB
/
pentai.json
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
[
{
"type": "title",
"title": "User Interface"
},
{
"type": "options",
"title": "Guide",
"desc": "Mark the last two moves, each with a dot in the centre",
"options": ["Off",
"Restart",
"On"],
"section": "PentAI",
"key": "guide_setting",
"true": "auto"
},
{
"type": "bool",
"title": "Mark moves",
"desc": "Mark the last two moves, each with a dot in the centre",
"section": "PentAI",
"key": "mark_moves",
"true": "auto"
},
{
"type": "bool",
"title": "Show captures",
"desc": "Show pieces that were captured last move as transparent ghost pieces",
"section": "PentAI",
"key": "mark_captures",
"true": "auto"
},
{
"type": "options",
"title": "Move confirmation",
"desc": "For small screens or while travelling",
"options": ["None Required",
"Off Board",
"On Piece"],
"section": "PentAI",
"key": "move_confirmation",
"true": "auto"
},
{
"type": "numeric",
"title": "Minimum wait time",
"desc": "Minimum time to wait for the AI to play (secs)",
"section": "PentAI",
"key": "minimum_wait",
"0.5": "auto"
},
{
"type": "title",
"title": "Popup confirmation"
},
{
"type": "bool",
"title": "Show Confirmation Popups",
"desc": "For major actions such as exiting",
"section": "PentAI",
"key": "confirm_popups",
"false": "auto"
},
{
"type": "title",
"title": "Sound"
},
{
"type": "numeric",
"title": "Effects Volume",
"desc": "How loud are the sound effects",
"section": "PentAI",
"key": "effects_volume",
"1.0": "auto"
},
{
"type": "bool",
"title": "Tick",
"desc": "Should the clock make a ticking sound?",
"section": "PentAI",
"key": "tick",
"true": "auto"
},
{
"type": "numeric",
"title": "Music Volume",
"desc": "How loud is the music",
"section": "PentAI",
"key": "music_volume",
"0.5": "auto"
}
]