Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tutorials/rendering/multiple_resolutions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ Desktop game
**Non-pixel art:**

- Set the base window width to ``1920`` and window height to ``1080``. If you have a
display smaller than 1920×1080, set **Test Width** and **Test Height** to
display smaller than 1920×1080, set **Window Width Override** and **Window Height Override** to
lower values to make the window smaller when the project starts.
- Alternatively, if you're targeting high-end devices primarily, set the base
window width to ``3840`` and window height to ``2160``.
Expand Down