debug mode

This commit is contained in:
2026-02-24 21:50:12 -05:00
parent b671f501ec
commit a17e524730
4 changed files with 95 additions and 2 deletions

View File

@@ -22,7 +22,11 @@ local Context = {
_settingFocus = false,
initialized = false,
-- Debug draw overlay
_debugDraw = false,
_debugDrawKey = nil,
-- Initialization state tracking
---@type "uninitialized"|"initializing"|"ready"
_initState = "uninitialized",