viewangles refactor, fix view angles wraparound
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user