Timer Widget

Added a new Timer Widget
Made one to display the ingame time elapsed
Hooked up to reset on Game Start
Added a setting for it in Settings Menu (default true)
This commit is contained in:
alzeih
2010-07-15 20:13:01 +12:00
parent 80a91de1be
commit db4c18b520
9 changed files with 62 additions and 2 deletions

View File

@@ -35,6 +35,7 @@ namespace OpenRA.GameRules
public bool PerfDebug = false;
public bool IndexDebug = false;
public bool RecordSyncReports = true;
public bool ShowGameTimer = true;
// Window settings
public WindowMode WindowMode = WindowMode.PseudoFullscreen;