add text only mode to debug

This commit is contained in:
2025-02-27 23:00:23 +10:00
parent f85e7a2715
commit 53e444a568
2 changed files with 13 additions and 14 deletions

View File

@@ -45,7 +45,6 @@ func _on_body_entered(node: Node3D) -> void:
queue_free()
return
print(node)
if node is CollisionObject3D:
var collision_node := node as CollisionObject3D
if collision_node.collision_layer & 1: