add text only mode to debug
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user