浏览代码

Use exact name of AnimationPlayer node in Character animation (#6141)

hhhhour 2 年之前
父节点
当前提交
4e1d722d35
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      getting_started/first_3d_game/09.adding_animations.rst

+ 1 - 1
getting_started/first_3d_game/09.adding_animations.rst

@@ -17,7 +17,7 @@ Using the animation editor
 The engine comes with tools to author animations in the editor. You can then use
 the code to play and control them at runtime.
 
-Open the player scene, select the player node, and add an animation player node.
+Open the player scene, select the player node, and add an *AnimationPlayer* node.
 
 The *Animation* dock appears in the bottom panel.