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:
@@ -57,6 +57,11 @@ namespace GameStateManagement
|
||||
|
||||
#region Properties
|
||||
|
||||
public InputState InputState
|
||||
{
|
||||
get { return input; }
|
||||
private set { input = value; }
|
||||
}
|
||||
|
||||
public SpriteFonts Fonts
|
||||
{
|
||||
|
Reference in New Issue
Block a user