dora/scenes/Goal.gd

7 lines
109 B
GDScript
Raw Normal View History

2018-07-19 15:37:14 +02:00
extends Spatial
signal body_entered()
func _on_Area_body_entered(body):
emit_signal("body_entered", body)