|
@@ -8,12 +8,12 @@ Using the Project manager
|
|
|
When you launch Godot, the first window you see is the Project Manager. It lets
|
|
|
you create, remove, import, or play game projects.
|
|
|
|
|
|
-.. image:: img/editor_ui_intro_project_manager_01.png
|
|
|
+.. image:: img/editor_ui_intro_project_manager_01.webp
|
|
|
|
|
|
In the window's top-right corner, a drop-down menu allows you to change the
|
|
|
editor's language.
|
|
|
|
|
|
-.. image:: img/editor_ui_intro_project_manager_02.png
|
|
|
+.. image:: img/editor_ui_intro_project_manager_02.webp
|
|
|
|
|
|
.. _doc_creating_and_importing_projects:
|
|
|
|
|
@@ -27,7 +27,7 @@ To create a new project:
|
|
|
files, and select a rendering backend.
|
|
|
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.png
|
|
|
+.. image:: img/editor_ui_intro_project_manager_04.webp
|
|
|
|
|
|
Using the file browser
|
|
|
~~~~~~~~~~~~~~~~~~~~~~
|
|
@@ -35,7 +35,7 @@ Using the file browser
|
|
|
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.png
|
|
|
+.. image:: img/editor_ui_intro_project_manager_05.webp
|
|
|
|
|
|
When you see the green tick on the right, it means the engine detects an empty
|
|
|
folder. You can also click the ``Create Folder`` button to create an empty
|
|
@@ -47,22 +47,22 @@ Opening and importing projects
|
|
|
The next time you open the project manager, you'll see your new project in the
|
|
|
list. Double click on it to open it in the editor.
|
|
|
|
|
|
-.. image:: img/editor_ui_intro_project_manager_06.png
|
|
|
+.. image:: img/editor_ui_intro_project_manager_06.webp
|
|
|
|
|
|
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.
|
|
|
|
|
|
-.. image:: img/editor_ui_intro_project_manager_08.png
|
|
|
+.. image:: img/editor_ui_intro_project_manager_08.webp
|
|
|
|
|
|
When the folder path is correct, you'll see a green checkmark.
|
|
|
|
|
|
-.. image:: img/editor_ui_intro_project_manager_09.png
|
|
|
+.. image:: img/editor_ui_intro_project_manager_09.webp
|
|
|
|
|
|
Downloading demos and templates
|
|
|
-------------------------------
|
|
|
|
|
|
-From the **Templates** 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 <doc_what_is_assetlib>` to help you get
|
|
|
started faster.
|
|
|
|
|
@@ -73,4 +73,4 @@ To download a demo or template:
|
|
|
3. Once it finished downloading, click install and choose where you want to save
|
|
|
the project.
|
|
|
|
|
|
-.. image:: img/editor_ui_intro_project_manager_03.png
|
|
|
+.. image:: img/editor_ui_intro_project_manager_03.webp
|