Browse Source

Merge pull request #3303 from YeldhamDev/blank_line_warn

Silence blank line warning in "Your first game" page
Rémi Verschelde 5 years ago
parent
commit
d7dd0a991e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      getting_started/step_by_step/your_first_game.rst

+ 1 - 0
getting_started/step_by_step/your_first_game.rst

@@ -405,6 +405,7 @@ Let's place this code at the end of our ``_process()`` function:
              {
              {
                  animatedSprite.FlipH = false;
                  animatedSprite.FlipH = false;
              }
              }
+
 Play the scene again and check that the animations are correct in each
 Play the scene again and check that the animations are correct in each
 of the directions. When you're sure the movement is working correctly,
 of the directions. When you're sure the movement is working correctly,
 add this line to ``_ready()``, so the player will be hidden when the game
 add this line to ``_ready()``, so the player will be hidden when the game