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