settings menu w/ working debug options

This commit is contained in:
Chris Forbes
2010-03-23 07:39:52 +13:00
parent c84109f964
commit 411b73a75e
6 changed files with 144 additions and 17 deletions

View File

@@ -23,10 +23,11 @@ namespace OpenRA.GameRules
public class UserSettings
{
// Debug settings
public readonly bool UnitDebug = false;
public readonly bool PathDebug = false;
public readonly bool PerfGraph = true;
public readonly bool PerfText = true;
public bool UnitDebug = false;
public bool PathDebug = false;
public bool PerfGraph = true;
public bool PerfText = true;
public bool IndexDebug = false;
// Window settings
public readonly int Width = 0;