trigger viewer, more commands

This commit is contained in:
madeline
2026-08-08 19:20:46 -07:00
parent e17d0f21fc
commit 5b64e4fd2c
14 changed files with 782 additions and 4 deletions
+7
View File
@@ -0,0 +1,7 @@
#pragma once
namespace dusk {
namespace TriggerView {
void execute();
}
}
+17
View File
@@ -292,8 +292,25 @@ struct CollisionViewSettings {
float drawRange;
};
struct TriggerViewSettings {
bool loadZones;
bool eventAreas;
bool switchAreas;
bool eventTags;
bool midnaStops;
bool twilightGates;
bool checkpoints;
bool paths;
bool transformDists;
bool attentionDists;
bool purpleMistAvoid;
bool leevers;
float opacity;
};
struct TransientSettings {
CollisionViewSettings collisionView;
TriggerViewSettings triggerView;
bool skipFrameRateLimit;
bool moveLinkActive;
bool stateShareLoadActive;