forked from yen900611/dont_touch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgame_config.json
51 lines (51 loc) · 1.21 KB
/
game_config.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
{
"game_name": "dont_touch",
"version": "2.1.0b1",
"url": "https://github.com/PAIA-Playful-AI-Arena/dont_touch",
"description": "不要碰!",
"logo": [
"./asset/image/logo.png",
"https://raw.githubusercontent.com/PAIA-Playful-AI-Arena/dont_touch/main/asset/image/logo.png"
],
"user_num": {
"min": 1,"max": 4
},
"game_params": [
{
"name": "map_num",
"verbose": "地圖編號",
"type": "int",
"min": 1,
"max": 13,
"default": 1,
"help": "choose a map for game"
},
{
"name": "map_file",
"verbose": "匯入地圖檔案",
"type": "path",
"help": "可匯入自定義的地圖,使用此設定會覆蓋掉地圖設定。"
},
{
"name": "time_to_play",
"verbose": "遊戲總幀數",
"type": "int",
"min": 60,
"max": 5400,
"step": 30,
"help": "set the limit of frame count , actually time will be revised according to your FPS .",
"default": 450
},
{
"name": "dark_mode",
"verbose": "深色模式",
"type": "str",
"choices": [
"dark",
"light"
],
"help": "'dark' can turn on the dark mode.",
"default": "dark"
}
]
}