mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-03 05:48:42 +03:00
Remove a stray double quote from Exporting (#4823)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
committed by
Hugo Locurcio
parent
16f8876b42
commit
bb2f71ccd2
@@ -40,7 +40,7 @@ In **Project > Project Settings**, under **Input Devices > Pointing**, enable
|
||||
|
||||
We also want to ensure that the game scales consistently on different-sized screens,
|
||||
so in the project settings go to **Display**, then click on **Window**. In the **Stretch**
|
||||
options, set **Mode** to ``2d``" and **Aspect** to ``keep``.
|
||||
options, set **Mode** to ``2d`` and **Aspect** to ``keep``.
|
||||
|
||||
Since we are already in the **Window** settings, we should also set under **Handheld**
|
||||
the **Orientation** to ``portrait``.
|
||||
|
||||
Reference in New Issue
Block a user