mirror of
https://port.numenaute.org/aleajactaest/khanat-client.git
synced 2024-11-10 01:10:05 +00:00
7 lines
164 B
GDScript3
7 lines
164 B
GDScript3
|
extends Spatial
|
||
|
|
||
|
signal animation_finished( anim_name )
|
||
|
|
||
|
func _on_AnimationPlayer_animation_finished(anim_name):
|
||
|
emit_signal( "animation_finished", anim_name )
|