-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathconfig.toml
More file actions
60 lines (49 loc) · 999 Bytes
/
config.toml
File metadata and controls
60 lines (49 loc) · 999 Bytes
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
# Screen Menu Configuration
[Database]
Host = "host"
Name = "name"
User = "user"
Password = "pass"
Port = 3306
[Settings]
FontName = "Tahoma Bold"
MenuType = "KeyPress"
Size = 25
PositionX = 0
PositionY = 0
HasExitOption = true
ShowResolutionOption = true
ShowDisabledOptionNum = false
ShowPageCount = false
FreezePlayer = true
ShowControlsInfo = false
ScrollPrefix = "\u2023"
[Settings.Resolutions."1920x1080"]
PositionX = -9.0
PositionY = 0.0
[Settings.Resolutions."1440x1080"]
PositionX = -7.0
PositionY = 0.0
[Settings.Resolutions."1280x1024"]
PositionX = -6.5
PositionY = 0.0
[Controls]
ScrollUp = "W"
ScrollDown = "S"
Select = "E"
[Sounds]
Select = "menu.Select"
Next = "menu.Select"
Prev = "menu.Close"
Close = "menu.Close"
ScrollUp = "menu.ScrollUp"
ScrollDown = "menu.ScrollDown"
Volume = 1.0
[Lang.en]
Prev = "Back"
Next = "Next"
Close = "Close"
ScrollKeys ="[{0}/{1}] Scroll"
SelectKey = "[{0}] Select"
SelectRes = "Select Your Game Resolution"
ChangeRes = "Change Resolution"