Adding tcc command to AxiosCommandConsole to toggle the ability to control
the camera using the arrow keys Adding the ability to disable commands in XNACC from AxiosCommandConsole
This commit is contained in:
@@ -207,6 +207,12 @@ namespace Axios.Engine
|
||||
}
|
||||
#endif
|
||||
camera = new Camera(ScreenManager.GraphicsDevice.Viewport.Width, ScreenManager.GraphicsDevice.Viewport.Height);
|
||||
|
||||
#if DEBUG
|
||||
EnableCameraControl = true;
|
||||
#else
|
||||
EnableCameraControl = false;
|
||||
#endif
|
||||
}
|
||||
|
||||
public override void Draw(GameTime gameTime)
|
||||
|
Reference in New Issue
Block a user