-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig_normaldesmume.json
98 lines (98 loc) · 1.89 KB
/
config_normaldesmume.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
93
94
95
96
97
98
{
"MISC": {
"disable_music": false,
"show_time_label_on_final_time": true,
"live_ghost": false,
"widescreen": false,
"show_kmh_decimals" : false,
"show_time_label_on_timer": true,
"show_slash_on_kmh": true,
"disable_input_display_after_finish_race": false,
"live_ghost_display_inputs": false
},
"ORIGINAL_HUD": {
"lap_counter": false,
"player_position": false,
"final_time": false,
"timer": false,
"item_roulette": false
},
"SCREEN_SIZE": {
"height": 192,
"width": 256
},
"BOOST_COLORS": {
"background_fill": "#00000020",
"background": "#00ff00ff",
"normal_fill": "#ffff00ff",
"prb_border": "#ff8000ff",
"prb_fill": "#ff0000ff",
"empty_border": "#222222ff",
"normal_border": "#c8a000ff"
},
"INPUT_DISPLAY_COLORS": {
"layout_border": "#000000ff",
"layout_fill": "#d8d8d8ff",
"button_pressed": "#ffffffff",
"button_unpressed": "#00000030",
"background": "#00ff00ff"
},
"CUSTOM_HUD": {
"final_time": {
"visible": true,
"scale": 1,
"position": {
"y": -182,
"x": 126
}
},
"timer": {
"visible": true,
"scale": 1,
"position": {
"y": -185,
"x": 129
}
},
"lap_counter": {
"visible": true,
"scale": 1,
"position": {
"y": -166,
"x": 178
}
},
"input_display": {
"visible": true,
"scale": 0.5,
"position": {
"y": -57,
"x": 6
}
},
"boost": {
"visible": true,
"scale": 0.5,
"position": {
"y": -13,
"x": 144
}
},
"speedometer": {
"visible": true,
"scale": 1,
"position": {
"y": -31,
"x": 159
}
},
"item_roulette": {
"visible": true,
"scale": 1,
"position": {
"y": -188,
"x": 4
}
}
}
}