Put HUD toggle hotkey behind an export. (#245)

This commit is contained in:
Skyth (Asilkan)
2025-01-30 19:16:36 +03:00
committed by GitHub
parent 9fea5f9e4c
commit fefb08cc4b
3 changed files with 41 additions and 44 deletions

View File

@@ -84,3 +84,4 @@ CONFIG_DEFINE_HIDDEN("Exports", bool, HomingAttackOnBoost, true);
CONFIG_DEFINE_HIDDEN("Exports", bool, SaveScoreAtCheckpoints, false);
CONFIG_DEFINE_HIDDEN("Exports", bool, SkipIntroLogos, false);
CONFIG_DEFINE_HIDDEN("Exports", bool, UseOfficialTitleOnTitleBar, false);
CONFIG_DEFINE_HIDDEN("Exports", bool, HUDToggleHotkey, false);