add logging
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user