From bf7adc867011dd25abd98e98fb546cdc435e9b93 Mon Sep 17 00:00:00 2001 From: rainlizard Date: Tue, 14 Mar 2023 14:25:21 +1100 Subject: [PATCH] Specify how to use the global animation library in gdscript --- doc/classes/AnimationPlayer.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/classes/AnimationPlayer.xml b/doc/classes/AnimationPlayer.xml index 2f84c8aa870..bb137007563 100644 --- a/doc/classes/AnimationPlayer.xml +++ b/doc/classes/AnimationPlayer.xml @@ -94,6 +94,7 @@ Returns the first [AnimationLibrary] with key [param name] or [code]null[/code] if not found. + To get the [AnimationPlayer]'s global animation library, use [code]get_animation_library("")[/code].