From d4b782acafb7caaef832eabefc61f589f01f9d97 Mon Sep 17 00:00:00 2001 From: Saas <111653551+xxSeys1@users.noreply.github.com> Date: Sun, 14 Apr 2024 21:49:01 +0200 Subject: [PATCH] Improved create-a-project.md Fixed some wording and typos --- manual/get-started/create-a-project.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/manual/get-started/create-a-project.md b/manual/get-started/create-a-project.md index 3bb1cafc..737d63dc 100644 --- a/manual/get-started/create-a-project.md +++ b/manual/get-started/create-a-project.md @@ -2,21 +2,23 @@ ![Flax Projects Page](media/projects-page.jpg) -After you [get Flax](get-flax.md), navigate to the **Projects** page in the Flax Launcher. Here you can view your projects library. You can open existing projects by double clicking on them (the default engine version) and you can use the context menu (3 dots near its name label) to delete, unlink or view project location. +After you [get Flax](get-flax.md), navigate to the **Projects** page in the Flax Launcher. Here you can view your projects library. -If it's your first time with Flax we recommend you click **Get Flax Samples** to download a collection of free projects that showcase various engine features and can be used as a base for your journey with Flax. Flax Samples are free and [available here](https://github.com/FlaxEngine/FlaxSamples). +You can open an existing project in the default engine version by double clicking on it. Use the 3 dot menu in the bottom right corner next to the project name to delete or unlink a project or to open the location of a projects files in your file explorer. -You can also add an existing project from your drive using the **Add Project** button. Simply pick the folder that contains the project and it will appear in your project's library. +If it's your first time with Flax we recommend you click on **Get Flax Samples** to download a collection of free projects that showcase various engine features and can be used as a base for your journey with Flax. Flax Samples are freely [available here](https://github.com/FlaxEngine/FlaxSamples). -To create a new project use the **New Project** button in the upper right corner of the page and follow the dialog instructions. You can pick a template, specify the project name and the target location. After that click the **Create Project** button and open it via double click or using the context menu (3 dots) in the projects library. +You can also add an existing project using the **Add Project** button. Simply pick the folder that contains the project and it will appear in your projects library. + +To create a new project use the **New Project** button in the upper right corner of the page and follow the dialogs instructions. You can pick a template and specify the project name and the target location. After that click the **Create Project** button and open it via a double click or by using the context menu (3 dots) in the projects library. ![New Flax Project Dialog](media/new-project-dialog.jpg) -Now it's time to [learn about Flax Editor](editor.md)... +Now it's time to [learn about the Flax Editor](editor.md)... ### Project from command line -An alternative way to create a new project without using Flax Launcher is to run Flax Editor executable with `-new -project ` to create a new project inside a specified folder. +An alternative way to create a new project without using the Flax Launcher is to run the Flax Editor executable with `-new -project ` to create a new project inside of the specified folder.