Shift+F3 debug menu (#18065)

* F3 debug menu

* Some tweaks

* So that escalated

* Update code/controllers/subsystem.dm

* Update code/controllers/subsystem/debugview.dm

* Charlie tweaks
This commit is contained in:
AffectedArc07
2022-06-26 20:10:09 +01:00
committed by GitHub
parent d43eb77b25
commit d538100ceb
34 changed files with 172 additions and 66 deletions
+3 -1
View File
@@ -126,8 +126,10 @@
#define SPLASHSCREEN_LAYER 23
#define SPLASHSCREEN_PLANE 23
// This should always be on top.
#define HUD_PLANE_BUILDMODE 30
// This should always be on top. No exceptions.
#define HUD_PLANE_DEBUGVIEW 40
///Plane master controller keys
#define PLANE_MASTERS_GAME "plane_masters_game"