viewangles refactor, fix view angles wraparound

This commit is contained in:
2022-06-28 19:41:49 +03:00
parent 368a48b27e
commit 49cb9e25af
4 changed files with 58 additions and 37 deletions

View File

@@ -8,6 +8,9 @@ namespace Game
public static string ContentPath { get; private set; } =
Path.Combine(Directory.GetCurrentDirectory(), "Content");
public static string DemoPath { get; private set; } =
Path.Combine(Directory.GetCurrentDirectory(), "Demos");
public static GameplayGlobals Globals { get; private set; }
public static Config Config { get; private set; }