Parallax refactors (#7654)
This commit is contained in:
@@ -328,6 +328,9 @@ namespace Content.Shared.CCVar
|
||||
public static readonly CVarDef<bool> ParallaxDebug =
|
||||
CVarDef.Create("parallax.debug", false, CVar.CLIENTONLY);
|
||||
|
||||
public static readonly CVarDef<bool> ParallaxLowQuality =
|
||||
CVarDef.Create("parallax.low_quality", false, CVar.ARCHIVE | CVar.CLIENTONLY);
|
||||
|
||||
/*
|
||||
* Physics
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user