Add ability to disable the shellmap
This commit is contained in:
1
OpenRA.Game/GameRules/Settings.cs
Executable file → Normal file
1
OpenRA.Game/GameRules/Settings.cs
Executable file → Normal file
@@ -90,6 +90,7 @@ namespace OpenRA.GameRules
|
||||
public string[] Mods = { "ra" };
|
||||
|
||||
public bool TeamChatToggle = false;
|
||||
public bool ShowShellmap = true;
|
||||
|
||||
public bool ViewportEdgeScroll = true;
|
||||
public MouseScrollType MouseScroll = MouseScrollType.Standard;
|
||||
|
||||
Reference in New Issue
Block a user