mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-06 01:18:13 -04:00
Merge branch 'main' into feature/no-low-hp-sound
This commit is contained in:
@@ -35,6 +35,7 @@ struct UserSettings {
|
||||
int damageMultiplier;
|
||||
bool instantDeath;
|
||||
bool fastClimbing;
|
||||
bool noMissClimbing;
|
||||
bool fastTears;
|
||||
|
||||
// Preferences
|
||||
@@ -46,10 +47,12 @@ struct UserSettings {
|
||||
bool useWaterProjectionOffset;
|
||||
|
||||
// Audio
|
||||
bool noLowHpSound;
|
||||
|
||||
bool noLowHpSound;
|
||||
bool midnasLamentNonStop;
|
||||
|
||||
// Cheats
|
||||
bool enableFastIronBoots;
|
||||
bool canTransformAnywhere;
|
||||
|
||||
// Technical
|
||||
bool restoreWiiGlitches;
|
||||
|
||||
Reference in New Issue
Block a user