add logging

This commit is contained in:
2025-09-24 09:33:47 +02:00
committed by nett00n
parent 7182c45351
commit 83cc433c2f
14 changed files with 515 additions and 42 deletions
+1 -1
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")
+1 -1
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")