Adds a very basic perpetual background ambient hum. (#3150)

This commit is contained in:
tmtmtl30
2021-02-21 05:02:23 -08:00
committed by GitHub
parent 4637bdf60e
commit b314c3f040
6 changed files with 86 additions and 2 deletions

View File

@@ -166,6 +166,14 @@ namespace Content.Shared
CVarDef.Create("parallax.debug", false, CVar.CLIENTONLY);
/*
* Ambience
*/
public static readonly CVarDef<bool> AmbienceBasicEnabled =
CVarDef.Create("ambience.basicenabled", true, CVar.ARCHIVE | CVar.CLIENTONLY);
/*
* AI
*/