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

@@ -230,6 +230,7 @@
<Compile Include="Widgets\Delegates\MapChooserDelegate.cs" />
<Compile Include="Widgets\ListBoxWidget.cs" />
<Compile Include="Widgets\SliderWidget.cs" />
<Compile Include="Widgets\TimerWidget.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\OpenRA.FileFormats\OpenRA.FileFormats.csproj">