add ability to toggle tracker in rmlui (hack for now), show area remaining checks, misc debugging info

This commit is contained in:
CraftyBoss
2026-05-22 22:49:44 -07:00
parent 3d2c5633cd
commit ffa1fd5da4
5 changed files with 103 additions and 11 deletions
+4
View File
@@ -475,6 +475,10 @@ RandomizerWindow::RandomizerWindow() {
pane.clear();
pane.add_rml("Respawns the player at their appropriate starting location.");
});
leftPane.add_button("Toggle Tracker Window").on_pressed([] {
g_randomizerState.mShowTracker = !g_randomizerState.mShowTracker;
});
});
}
}