Untitled

 avatar
unknown
python
3 years ago
273 B
32
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)
Editor is loading...