main scene anim player
This commit is contained in:
8
Scripts/main_animation_player.gd
Normal file
8
Scripts/main_animation_player.gd
Normal file
@@ -0,0 +1,8 @@
|
||||
extends AnimationPlayer
|
||||
|
||||
|
||||
func _ready() -> void:
|
||||
GameManager.animPl = self
|
||||
|
||||
func _on_animation_finished(anim_name: StringName) -> void:
|
||||
GameManager.on_animation_finished(anim_name)
|
||||
Reference in New Issue
Block a user