Explorar el Código

Merge pull request #488 from cbscribe/kcc_tutorial_fix

Beginner game: fix broken img link
Chris Bradfield hace 8 años
padre
commit
2a7d34101a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
 ------------