5 lines
84 B
GDScript3
5 lines
84 B
GDScript3
![]() |
extends AnimationPlayer
|
||
|
|
||
|
func _on_exit_zone_player_exit() -> void:
|
||
|
play("fadeOut")
|