Inverse Drag Scrolling
This commit is contained in:
committed by
Chris Forbes
parent
f6a880e524
commit
228852a55d
5
OpenRA.Game/GameRules/UserSettings.cs
Normal file → Executable file
5
OpenRA.Game/GameRules/UserSettings.cs
Normal file → Executable file
@@ -19,8 +19,9 @@ namespace OpenRA.GameRules
|
||||
{
|
||||
public class UserSettings
|
||||
{
|
||||
// Behaviour settings
|
||||
public bool ViewportEdgeScroll = true;
|
||||
// Behaviour settings
|
||||
public bool ViewportEdgeScroll = true;
|
||||
public bool InverseDragScroll = false;
|
||||
|
||||
// Debug settings
|
||||
public bool PerfDebug = false;
|
||||
|
||||
Reference in New Issue
Block a user