Untitled
unknown
python
a year ago
273 B
14
Indexable
Never
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)