diff --git a/getting_started/first_2d_game/img/new-project-button.webp b/getting_started/first_2d_game/img/new-project-button.webp index 9089e21fb..299887e42 100644 Binary files a/getting_started/first_2d_game/img/new-project-button.webp and b/getting_started/first_2d_game/img/new-project-button.webp differ diff --git a/getting_started/first_3d_game/01.game_setup.rst b/getting_started/first_3d_game/01.game_setup.rst index 2aecc9b42..c2343e2d8 100644 --- a/getting_started/first_3d_game/01.game_setup.rst +++ b/getting_started/first_3d_game/01.game_setup.rst @@ -16,7 +16,7 @@ the archive here: `Squash the Creeps assets Once you downloaded it, extract the .zip archive on your computer. Open the Godot Project Manager and click the *Import* button. -.. image:: img/01.game_setup/01.import_button.png +.. image:: img/01.game_setup/01.import_button.webp In the import popup, enter the full path to the freshly created directory ``squash_the_creeps_start/``. You can click the *Browse* button on the right to diff --git a/getting_started/first_3d_game/img/01.game_setup/01.import_button.png b/getting_started/first_3d_game/img/01.game_setup/01.import_button.png deleted file mode 100644 index 62ee6c984..000000000 Binary files a/getting_started/first_3d_game/img/01.game_setup/01.import_button.png and /dev/null differ diff --git a/getting_started/first_3d_game/img/01.game_setup/01.import_button.webp b/getting_started/first_3d_game/img/01.game_setup/01.import_button.webp new file mode 100644 index 000000000..db256bb70 Binary files /dev/null and b/getting_started/first_3d_game/img/01.game_setup/01.import_button.webp differ diff --git a/getting_started/introduction/img/editor_intro_project_manager.webp b/getting_started/introduction/img/editor_intro_project_manager.webp index 75597a1f7..d8115f8c6 100644 Binary files a/getting_started/introduction/img/editor_intro_project_manager.webp and b/getting_started/introduction/img/editor_intro_project_manager.webp differ diff --git a/tutorials/editor/img/editor_ui_intro_project_manager_01.webp b/tutorials/editor/img/editor_ui_intro_project_manager_01.webp index cad3c940a..d8115f8c6 100644 Binary files a/tutorials/editor/img/editor_ui_intro_project_manager_01.webp and b/tutorials/editor/img/editor_ui_intro_project_manager_01.webp differ diff --git a/tutorials/editor/img/editor_ui_intro_project_manager_02.webp b/tutorials/editor/img/editor_ui_intro_project_manager_02.webp index 15cf1d7b1..6900a5093 100644 Binary files a/tutorials/editor/img/editor_ui_intro_project_manager_02.webp and b/tutorials/editor/img/editor_ui_intro_project_manager_02.webp differ diff --git a/tutorials/editor/img/editor_ui_intro_project_manager_04.webp b/tutorials/editor/img/editor_ui_intro_project_manager_04.webp index 105cefea9..449201af6 100644 Binary files a/tutorials/editor/img/editor_ui_intro_project_manager_04.webp and b/tutorials/editor/img/editor_ui_intro_project_manager_04.webp differ diff --git a/tutorials/editor/img/editor_ui_intro_project_manager_05.webp b/tutorials/editor/img/editor_ui_intro_project_manager_05.webp index 568f59455..d5879b143 100644 Binary files a/tutorials/editor/img/editor_ui_intro_project_manager_05.webp and b/tutorials/editor/img/editor_ui_intro_project_manager_05.webp differ diff --git a/tutorials/editor/img/editor_ui_intro_project_manager_06.webp b/tutorials/editor/img/editor_ui_intro_project_manager_06.webp index 9d896eb00..f9f0e4b6d 100644 Binary files a/tutorials/editor/img/editor_ui_intro_project_manager_06.webp and b/tutorials/editor/img/editor_ui_intro_project_manager_06.webp differ diff --git a/tutorials/editor/img/editor_ui_intro_project_manager_08.webp b/tutorials/editor/img/editor_ui_intro_project_manager_08.webp index 4ac1ce9d8..547256697 100644 Binary files a/tutorials/editor/img/editor_ui_intro_project_manager_08.webp and b/tutorials/editor/img/editor_ui_intro_project_manager_08.webp differ diff --git a/tutorials/editor/img/editor_ui_intro_project_manager_09.webp b/tutorials/editor/img/editor_ui_intro_project_manager_09.webp index 1148d9af7..3bab316d6 100644 Binary files a/tutorials/editor/img/editor_ui_intro_project_manager_09.webp and b/tutorials/editor/img/editor_ui_intro_project_manager_09.webp differ diff --git a/tutorials/editor/project_manager.rst b/tutorials/editor/project_manager.rst index d38251357..c6e457992 100644 --- a/tutorials/editor/project_manager.rst +++ b/tutorials/editor/project_manager.rst @@ -22,17 +22,17 @@ Creating and importing projects To create a new project: -1. Click the ``New Project`` button on the right of the window. +1. Click the ``New`` button on the top-left of the window. 2. Give the project a name, choose an empty folder on your computer to save the files, and select a rendering backend. -3. Click the Create & Edit button to create the project folder and open it in the editor. +3. Click the ``Create & Edit`` button to create the project folder and open it in the editor. .. image:: img/editor_ui_intro_project_manager_04.webp Using the file browser ~~~~~~~~~~~~~~~~~~~~~~ -Click the Browse button to open Godot's file browser and pick a location or type +Click the ``Browse`` button to open Godot's file browser and pick a location or type the folder's path in the Project Path field. .. image:: img/editor_ui_intro_project_manager_05.webp @@ -49,7 +49,7 @@ list. Double click on it to open it in the editor. .. image:: img/editor_ui_intro_project_manager_06.webp -You can similarly import existing projects using the Import button. Locate the +You can similarly import existing projects using the ``Import`` button. Locate the folder that contains the project or the ``project.godot`` file to import and edit it. @@ -62,7 +62,7 @@ When the folder path is correct, you'll see a green checkmark. Downloading demos and templates ------------------------------- -From the **Asset Library Projects** tab you can download open source project templates and +From the ``Asset Library Projects`` tab you can download open source project templates and demos from the :ref:`Asset Library ` to help you get started faster.