Browse Source

"New Animation" --> "Add Animation"

As of Godot v4.0 (Editor Language: "en"), the button in question is called "Add Animation" and not "New Animation".
ssoel 2 years ago
parent
commit
d9c27aa50d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      getting_started/first_2d_game/02.player_scene.rst

+ 1 - 1
getting_started/first_2d_game/02.player_scene.rst

@@ -65,7 +65,7 @@ display. To create one, find the ``Sprite Frames`` property in the Inspector and
 
 
 On the left is a list of animations. Click the "default" one and rename it to
-"walk". Then click the "New Animation" button to create a second animation named
+"walk". Then click the "Add Animation" button to create a second animation named
 "up". Find the player images in the "FileSystem" tab - they're in the ``art``
 folder you unzipped earlier. Drag the two images for each animation, named
 ``playerGrey_up[1/2]`` and ``playerGrey_walk[1/2]``, into the "Animation Frames"