Browse Source

Merge pull request #488 from cbscribe/kcc_tutorial_fix

Beginner game: fix broken img link
Chris Bradfield 7 years ago
parent
commit
2a7d34101a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      learning/step_by_step/your_first_game.rst

+ 1 - 1
learning/step_by_step/your_first_game.rst

@@ -50,7 +50,7 @@ game, you can save your scenes and scripts in the root folder, which is
 referred to as ``res://``.  You can see your project folders in the Filesystem 
 Dock in the upper left corner:
 
-.. image:: /img/filesystem_dock.gif
+.. image:: /img/filesystem_dock.png
 
 Player Scene
 ------------