+ * - Adding a behavior in AxiosGameScreen where the camera will be controllable via
+ * arrow keys in DEBUG releases and disabled in RELEASE releases. This behavior can + * be overwritten in each screen + * - Adding output to tcc console command to signal if it was disabled/enabled + * - Adding DegreeToRadian/RadianToDegree double extensions
This commit is contained in:
@@ -57,6 +57,7 @@ namespace Axios.Engine
|
||||
|
||||
public void ToggleCamera()
|
||||
{
|
||||
AddOutputToLog("Camera user control was: " + ((GameScreen.EnableCameraControl) ? "Disabled" : "Enabled"));
|
||||
GameScreen.EnableCameraControl = !GameScreen.EnableCameraControl;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user