6 lines
103 B
GDScript
6 lines
103 B
GDScript
extends Area3D
|
|
|
|
|
|
func _on_body_entered(ball: Node3D) -> void:
|
|
Globals.game_state.reap_ball.emit(ball)
|