Add trail component for homing bullets; update homing bullet scene and remove debug print
This commit is contained in:
@@ -47,7 +47,6 @@ func _physics_process(delta: float) -> void:
|
||||
|
||||
|
||||
func on_detection_area_body_entered(body: Node) -> void:
|
||||
print("Body entered detection area: ", body.name)
|
||||
if target != null:
|
||||
return
|
||||
|
||||
|
Reference in New Issue
Block a user