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