5 lines
74 B
GDScript
5 lines
74 B
GDScript
extends AnimationPlayer
|
|
|
|
func _on_Leap_body_entered(body):
|
|
play("Black")
|