finish up rando config ui, remove randomizerEnabled CVar, fix seed strings not saving to config

i would like to have someone more aquainted with the UI system to look over the config menu at some point, as i do think it could be better.
This commit is contained in:
CraftyBoss
2026-05-19 16:13:50 -07:00
parent ddb9816158
commit ba9dc8e9ba
7 changed files with 261 additions and 137 deletions
-1
View File
@@ -214,7 +214,6 @@ struct UserSettings {
ConfigVar<bool> recordingMode;
// Misc
ConfigVar<bool> randomizerEnabled;
ConfigVar<bool> showInputViewer;
ConfigVar<bool> showInputViewerGyro;
} game;