Просмотр исходного кода

docs: add 'For the Impatient' section

Daniele Bartolini 1 неделя назад
Родитель
Сommit
d7347da851

+ 2 - 5
docs/getting_started/create_new_project.rst

@@ -1,12 +1,9 @@
+.. _create_new_project:
+
 ======================
 ======================
 Creating a new project
 Creating a new project
 ======================
 ======================
 
 
-When you first launch the Crown Editor, you will be presented with an empty list
-of Projects:
-
-.. image:: images/empty_projects_list.png
-
 Click the ``Create New`` button to start creating a New Project:
 Click the ``Create New`` button to start creating a New Project:
 
 
 .. image:: images/new_project.png
 .. image:: images/new_project.png

+ 30 - 0
docs/getting_started/for_the_impatient.rst

@@ -0,0 +1,30 @@
+=================
+For the Impatient
+=================
+
+When you first launch the Crown Editor and no projects exist, Crown
+automatically generates a temporary project and opens it. This lets you
+explore the editor immediately without any extra steps.
+
+.. image:: images/temp_project.png
+
+At this point you can either jump straight into the :ref:`level_editor` basics
+to get a feel for the editor’s features, or close the temporary project and
+create a new one yourself, for example, starting from a featureful template.
+
+To close the temporary project, choose ``File`` -> ``Close Project``:
+
+.. image:: images/temp_project_close.png
+
+You will be asked whether to save or discard the temporary project. Choose
+``Save`` to keep your work (the project will then appear in the Project
+List), or ``Close without Saving`` to discard it. After closing the temporary
+project, Crown opens the Projects List, where you can :ref:`create a new
+project <create_new_project>`.
+
+.. image:: images/temp_project_close_confirmation.png
+
+Tip: If you plan to continue working on what you created during this session,
+save the temporary project before closing. If you were just experimenting,
+discarding it is fine; you can always start a new project from a template
+later.

BIN
docs/getting_started/images/new_project_editor.png


BIN
docs/getting_started/images/temp_project.png


BIN
docs/getting_started/images/temp_project_close.png


BIN
docs/getting_started/images/temp_project_close_confirmation.png


+ 1 - 0
docs/getting_started/index.rst

@@ -5,6 +5,7 @@ Getting Started
 .. toctree::
 .. toctree::
 	:maxdepth: 2
 	:maxdepth: 2
 
 
+	for_the_impatient
 	create_new_project
 	create_new_project
 	import_existing_project
 	import_existing_project
 	level_editor
 	level_editor