Add Render Debug GUI toggle to settings modal

The lil-gui render-settings panel (createDebugGui) has been an orphaned
export since the WebGL renderer landed — no caller, no hotkey, no menu
entry. Wire it to a button in SettingsModal that toggles the panel on
and off, and group it with the existing Performance Overlay toggle
under a new "Development Only" section above the Exit Game block.
This commit is contained in:
evanpelle
2026-05-28 09:09:44 -07:00
parent a5e28d81d2
commit 8142bc1070
4 changed files with 77 additions and 23 deletions
+2
View File
@@ -84,6 +84,8 @@ export class CloseViewEvent implements GameEvent {}
export class RefreshGraphicsEvent implements GameEvent {}
export class ToggleRenderDebugGuiEvent implements GameEvent {}
export class TogglePerformanceOverlayEvent implements GameEvent {}
export class ToggleStructureEvent implements GameEvent {