Replace DrawTargetLine checkbox with an Automatic/Manual/Disabled dropdown.
This commit is contained in:
@@ -21,6 +21,7 @@ namespace OpenRA
|
||||
{
|
||||
public enum MouseScrollType { Disabled, Standard, Inverted, Joystick }
|
||||
public enum StatusBarsType { Standard, DamageShow, AlwaysShow }
|
||||
public enum TargetLinesType { Disabled, Manual, Automatic }
|
||||
|
||||
[Flags]
|
||||
public enum MPGameFilters
|
||||
@@ -208,8 +209,8 @@ namespace OpenRA
|
||||
|
||||
public bool UseClassicMouseStyle = false;
|
||||
public StatusBarsType StatusBars = StatusBarsType.Standard;
|
||||
public TargetLinesType TargetLines = TargetLinesType.Automatic;
|
||||
public bool UsePlayerStanceColors = false;
|
||||
public bool DrawTargetLine = true;
|
||||
|
||||
public bool AllowDownloading = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user