Browse Source

fixed typo in exporting tutorial image

clayjohn 6 years ago
parent
commit
5adb87df67
1 changed files with 1 additions and 1 deletions
  1. 1 1
      getting_started/step_by_step/exporting.rst

+ 1 - 1
getting_started/step_by_step/exporting.rst

@@ -39,7 +39,7 @@ Before we change the input method, in the project settings go to *Display*,
 then click on *Window*. In the *Stretch* options, set *Mode* to "2d" and *Aspect* to 
 then click on *Window*. In the *Stretch* options, set *Mode* to "2d" and *Aspect* to 
 "keep". This ensures that the game scales consistently on different sized screens.
 "keep". This ensures that the game scales consistently on different sized screens.
 
 
-.. image:: img/export_stretchsettings
+.. image:: img/export_stretchsettings.png
 
 
 Next, we need to modify the ``Player.gd`` script to change the input method.
 Next, we need to modify the ``Player.gd`` script to change the input method.
 We'll remove the key inputs and make the player move towards a "target" that's
 We'll remove the key inputs and make the player move towards a "target" that's