From f84168db6a3b05eff8545a1aafbdce9d12c2b0f8 Mon Sep 17 00:00:00 2001 From: "David C. Drake" Date: Sun, 12 Nov 2023 17:25:35 -0700 Subject: [PATCH] Adjust comma placement in 01.project_setup.rst Changed "window and in the left column," to "window, in the left column". --- getting_started/first_2d_game/01.project_setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting_started/first_2d_game/01.project_setup.rst b/getting_started/first_2d_game/01.project_setup.rst index 12639be18c1..50ca655c182 100644 --- a/getting_started/first_2d_game/01.project_setup.rst +++ b/getting_started/first_2d_game/01.project_setup.rst @@ -40,7 +40,7 @@ Your project folder should look like this. This game is designed for portrait mode, so we need to adjust the size of the game window. Click on *Project -> Project Settings* to open the project settings -window and in the left column, open the *Display -> Window* tab. There, set +window, in the left column open the *Display -> Window* tab. There, set "Viewport Width" to ``480`` and "Viewport Height" to ``720``. .. image:: img/setting-project-width-and-height.webp