Minor formatting
This commit is contained in:
parent
fc18c517fb
commit
2fb9c235e0
1 changed files with 10 additions and 3 deletions
|
@ -39,11 +39,16 @@ namespace ZoFo.GameCore.GameManagers
|
||||||
|
|
||||||
Instance = this;
|
Instance = this;
|
||||||
InputManager = new InputManager();
|
InputManager = new InputManager();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void Initialize()
|
protected override void Initialize()
|
||||||
{
|
{
|
||||||
// TODO: Add your initialization logic here
|
|
||||||
|
|
||||||
|
|
||||||
base.Initialize();
|
base.Initialize();
|
||||||
}
|
}
|
||||||
|
@ -52,7 +57,9 @@ namespace ZoFo.GameCore.GameManagers
|
||||||
{
|
{
|
||||||
_spriteBatch = new SpriteBatch(GraphicsDevice);
|
_spriteBatch = new SpriteBatch(GraphicsDevice);
|
||||||
|
|
||||||
// TODO: use this.Content to load your game content here
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void Update(GameTime gameTime)
|
protected override void Update(GameTime gameTime)
|
||||||
|
@ -105,7 +112,7 @@ namespace ZoFo.GameCore.GameManagers
|
||||||
}
|
}
|
||||||
public void SetGUI(/*AbstractGUI gui*/)
|
public void SetGUI(/*AbstractGUI gui*/)
|
||||||
{
|
{
|
||||||
//currentGUI = gui
|
//currentGUI = gui;
|
||||||
|
|
||||||
//TODO
|
//TODO
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue