Merge remote-tracking branch 'origin/main' into 26-04-04-config

This commit is contained in:
PJB3005
2026-04-05 15:13:04 +02:00
26 changed files with 843 additions and 83 deletions
+7 -1
View File
@@ -18,6 +18,7 @@ extern ConfigVar<float> mainMusicVolume;
extern ConfigVar<float> subMusicVolume;
extern ConfigVar<float> soundEffectsVolume;
extern ConfigVar<float> fanfareVolume;
extern ConfigVar<bool> enableReverb;
}
namespace game {
@@ -32,6 +33,7 @@ extern ConfigVar<int> damageMultiplier;
extern ConfigVar<bool> instantDeath;
extern ConfigVar<bool> fastClimbing;
extern ConfigVar<bool> fastTears;
extern ConfigVar<bool> noMissClimbing;
// Preferences
extern ConfigVar<bool> enableMirrorMode;
@@ -41,8 +43,13 @@ extern ConfigVar<bool> invertCameraXAxis;
extern ConfigVar<bool> enableBloom;
extern ConfigVar<bool> useWaterProjectionOffset;
// Audio
extern ConfigVar<bool> noLowHpSound;
extern ConfigVar<bool> midnasLamentNonStop;
// Cheats
extern ConfigVar<bool> enableFastIronBoots;
extern ConfigVar<bool> canTransformAnywhere;
// Technical
extern ConfigVar<bool> restoreWiiGlitches;
@@ -75,4 +82,3 @@ TransientSettings& getTransientSettings();
}
#endif // DUSK_CONFIG_H