Untitled

 avatar
unknown
python
2 years ago
273 B
27
Indexable
tool
extends AnimationPlayer

... 

func _init():
	
	var CustomAnimation_script = load("res://CustomAnimation_script.gd")
	var ani_list=get_animation_list()
	
	for ani_name in ani_list:
		var animation=get_animation(ani_name)
		animation.set_script(CustomAnimation_script)