add logging

This commit is contained in:
2025-09-24 11:04:16 +04:00
parent afc808f0d6
commit 994ce07a80
14 changed files with 515 additions and 42 deletions

View File

@@ -12,4 +12,4 @@ func _on_pressed():
DebugManager.toggle_debug()
func _on_debug_toggled(enabled: bool):
text = "Debug: " + ("ON" if enabled else "OFF")
text = "Debug: " + ("ON" if enabled else "OFF")

View File

@@ -15,4 +15,4 @@ offset_bottom = -10.0
grow_horizontal = 0
grow_vertical = 0
text = "Debug: OFF"
script = ExtResource("1_gn2ol")
script = ExtResource("1_gn2ol")