mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 20:29:03 +00:00
Merge pull request #2302 from clayjohn/exporting_image_typo
Fixed typo in exporting tutorial image
This commit is contained in:
@@ -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
|
||||
"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.
|
||||
We'll remove the key inputs and make the player move towards a "target" that's
|
||||
|
||||
Reference in New Issue
Block a user