Adding AxiosCommandConsole for easy intergration with AxiosGameScreens

Adding the ability to get the InputState object from the ScreenManager

--HG--
branch : xnacc-integration
This commit is contained in:
Nathan Adams
2012-05-26 18:50:49 -05:00
parent e9e97dae39
commit 13857f324d
5 changed files with 34 additions and 0 deletions

View File

@@ -98,6 +98,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Engine\AxiosBreakableGameObject.cs" />
<Compile Include="Engine\AxiosCommandConsole.cs" />
<Compile Include="Engine\AxiosEvents.cs" />
<Compile Include="Axios_settings.cs" />
<Compile Include="Collision\Collision.cs" />