Sfoglia il codice sorgente

Merge pull request #488 from cbscribe/kcc_tutorial_fix

Beginner game: fix broken img link
Chris Bradfield 8 anni fa
parent
commit
2a7d34101a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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
 ------------