NumberOfSteps, CurrentStep, Enter = Next Turn

Also, added KeyboardInput
This commit is contained in:
Niklas Ulf Anders Cullberg
2012-10-09 15:43:07 +02:00
parent 0c9e99b146
commit 6e3b2f2f94
6 changed files with 191 additions and 122 deletions
@@ -122,6 +122,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Camera.cs" />
<Compile Include="KeyboardInput.cs" />
<Compile Include="Component\PathFinder.cs" />
<Compile Include="Component\Transform.cs" />
<Compile Include="Grid.cs" />