Skip to content

Commit 0716508

Browse files
committed
2 parents 749e194 + 469b682 commit 0716508

1 file changed

Lines changed: 38 additions & 27 deletions

File tree

README.md

Lines changed: 38 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -5,33 +5,44 @@
55
Menu configuration file.
66
Adjust your button settings and display texts as needed.
77
*/
8-
"Buttons": {
9-
"ScrollUpButton": "W",
10-
"ScrollDownButton": "S",
11-
"SelectButton": "E"
12-
},
13-
"DefaultSettings": {
14-
"MenuType": "Both",
15-
"TextColor": "Orange",
16-
"PositionX": -5.5,
17-
"PositionY": 0,
18-
"Background": true,
19-
"BackgroundHeight": 0,
20-
"BackgroundWidth": 0.2,
21-
"Font": "Arial Bold",
22-
"Size": 32,
23-
"Spacing": true,
24-
"EnableOptionsCount": true
25-
},
26-
"Translations": {
27-
"NextButton": "Next",
28-
"BackButton": "Back",
29-
"ExitButton": "Exit",
30-
"DisabledOption": "(Disabled)",
31-
"ScrollInfo": "[W/S] Scroll",
32-
"SelectInfo": "[E] Select",
33-
"SelectPrefix": ""
34-
}
8+
"Buttons": {
9+
"ScrollUpButton": "W",
10+
"ScrollDownButton": "S",
11+
"SelectButton": "E"
12+
},
13+
"DefaultSettings": {
14+
"MenuType": "KeyPress",
15+
"TextColor": "Orange",
16+
"DisabledOptionsColor": "White",
17+
"PositionX": -5.5,
18+
"PositionY": 0,
19+
"Background": true,
20+
"BackgroundHeight": 0.10,
21+
"BackgroundWidth": 0.10,
22+
"Font": "Arial Bold",
23+
"Size": 32,
24+
"Spacing": true,
25+
"FreezePlayer": true,
26+
"EnableOptionsCount": true,
27+
"EnableDisabledOptionsCount": true
28+
},
29+
"Translations": {
30+
"NextButton": "Next",
31+
"BackButton": "Back",
32+
"ExitButton": "Exit",
33+
"ScrollInfo": "[W/S] Scroll",
34+
"SelectInfo": "[E] Select",
35+
"SelectPrefix": "\u2023 "
36+
},
37+
"Sounds": {
38+
"Select": "sounds/buttons/button9",
39+
"Next": "sounds/buttons/button9",
40+
"Back": "sounds/buttons/button9",
41+
"Exit": "sounds/buttons/button9",
42+
"ScrollUp": "sounds/ui/csgo_ui_store_rollover.vsnd_c",
43+
"ScrollDown": "sounds/ui/csgo_ui_store_rollover.vsnd_c"
44+
}
45+
3546
/*
3647
Buttons mapping:
3748

0 commit comments

Comments
 (0)