5 lines
84 B
GDScript
5 lines
84 B
GDScript
extends AnimationPlayer
|
|
|
|
func _on_exit_zone_player_exit() -> void:
|
|
play("fadeOut")
|