Skip to content

Commit 302cde8

Browse files
authored
Merge pull request #39 from OniquirAK/main
Remove ScreenMenu from config.toml
2 parents e798165 + c617ea2 commit 302cde8

2 files changed

Lines changed: 4 additions & 15 deletions

File tree

CS2MenuManager/ProjectInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public static class ProjectInfo
88
/// <summary>
99
/// Gets the current version of the CS2MenuManager.
1010
/// </summary>
11-
public const string Version = "v39";
11+
public const string Version = "v40";
1212

1313
/// <summary>
1414
/// Gets the author of the CS2MenuManager.

config.toml

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[DefaultMenuType]
22
# Default Menu Type
33
# Specifies the default menu style to use.
4-
# Options: ConsoleMenu, ChatMenu, WasdMenu, CenterHtmlMenu, ScreenMenu
5-
# Default: ScreenMenu
6-
DefaultMenuType = "ScreenMenu"
4+
# Options: ConsoleMenu, ChatMenu, WasdMenu, CenterHtmlMenu
5+
# Default: WasdMenu
6+
DefaultMenuType = "WasdMenu"
77

88
[ForceConfigSettings]
99
# Force Configuration Settings
@@ -63,17 +63,6 @@ DisabledOptionColor = "Grey"
6363
ArrowColor = "Purple"
6464
FreezePlayer = false
6565

66-
[ScreenMenu]
67-
TextColor = "#E89B1B"
68-
DisabledTextColor = "#E7D2B1"
69-
PositionX = -5.5
70-
PositionY = 0.0
71-
Font = "Tahoma Bold"
72-
Size = 32
73-
FreezePlayer = false
74-
ShowResolutionsOption = false
75-
MenuType = "Both" # Options: Scrollable, KeyPress, Both
76-
7766
[Resolutions.1920x1080]
7867
PositionX = -9.0
7968
PositionY = 0.0

0 commit comments

Comments
 (0)