This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
extends CanvasItem
|
||||
|
||||
func _process(_delta: float) -> void:
|
||||
if Input.is_action_just_pressed("toggle_debug"):
|
||||
visible = !visible;
|
||||
Reference in New Issue
Block a user