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
+3 -2
View File
@@ -32,12 +32,13 @@ private:
struct TrackerAreaGroup {
std::vector<LocationTrackerInfo> locations;
bool anyAccessible;
bool showArea;
int collectedCount;
int accessibleCount;
};
bool m_showRandoStats{false};
bool m_showRandoGeneration{false};
bool m_showRandoTracker{false};
bool m_onlyAccessible{false};
bool m_showRequirements{false};