mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-11 13:08:33 -04:00
Merge pull request #215 from TwilitRealm/reverb-wip
Audio FX reverb proof of concept
This commit is contained in:
@@ -20,6 +20,7 @@ struct UserSettings {
|
||||
float subMusicVolume;
|
||||
float soundEffectsVolume;
|
||||
float fanfareVolume;
|
||||
bool enableReverb;
|
||||
} audio;
|
||||
|
||||
// Game settings
|
||||
@@ -83,4 +84,3 @@ TransientSettings& getTransientSettings();
|
||||
}
|
||||
|
||||
#endif // DUSK_CONFIG_H
|
||||
|
||||
|
||||
Reference in New Issue
Block a user