mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-27 17:02:55 -04:00
add ability to toggle tracker in rmlui (hack for now), show area remaining checks, misc debugging info
This commit is contained in:
@@ -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;
|
||||
});
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user