Forráskód Böngészése

Added astronaut tutorial to page and getting started intro.

Mikael Säker 7 éve
szülő
commit
a9683c5d7d

+ 13 - 0
docs/en/en.json

@@ -2,6 +2,15 @@
     "navigation": {
         "tutorials":
         [
+            {
+                "name": "Overview",
+                "items": [
+                    {
+                        "path": "/tutorials/getting-started",
+                        "name": "Getting started with Defold"
+                    }
+                ]
+            },
             {
                 "name": "Tutorials",
                 "items": [
@@ -9,6 +18,10 @@
                         "path": "/tutorials/side-scroller",
                         "name": "Side scroller"
                     },
+                    {
+                        "path": "/tutorials/astronaut",
+                        "name": "Walking astronaut"
+                    },                    
                     {
                         "path": "/tutorials/movement",
                         "name": "Movement"

+ 1 - 1
docs/en/faq/faq.md

@@ -101,7 +101,7 @@ Can I use external Git tools?
   1. Add the folder you selected for your project location to your Git client. (If you run editor 1, the project is found in "Defold/branches/[project_id]/[user_id]/[name_of_branch]")
   2. Specify your Defold username. The password is the "Access token" that you find under "Settings" in the Defold Dashboard (the huge hexadecimal number).
   
-  You can now add, commit, revert, branch and merge as much as you want. Any changes are immediately reflected in Defold. Note that Defold automatically stages all changes that you make in the editor.
+  You can now add, commit, revert, branch and merge as much as you want. Any changes are immediately reflected in Defold.
 
 ## Publishing games
 

+ 27 - 0
docs/en/tutorials/astronaut.md

@@ -0,0 +1,27 @@
+---
+title: Walking astronaut tutorial
+brief: In this beginner's tutorial you learn how to capture player input and make a character move and animate. You will also learn about game objects, components and collections
+github: https://github.com/defold/tutorial-astronaut
+---
+
+# Walking astronaut tutorial
+
+In this beginner's tutorial you learn how to capture player input and make a character move and animate. You will also learn about the core building blocks in Defold: game objects, components and collections.
+
+The tutorial is integrated with the Defold editor and easily accessible:
+
+1. Start Defold.
+2. Select *New Project* on the left.
+3. Select the *From Tutorial* tab.
+4. Select the "Walking astronaut tutorial"
+5. Select a location for the project on your local drive and click *Create New Project*.
+
+![new project](images/new-astronaut.png){srcset="images/[email protected] 2x"}
+
+The editor automatically opens the "README" file from the project root, containing the full tutorial text.
+
+![icon](images/icon-tutorial.svg){.icon} [You can also read the full tutorial text on Github](https://github.com/defold/tutorial-astronaut)
+
+If you get stuck, head over to the [Defold Forum](//forum.defold.com) where you will get help from the Defold team and many friendly users.
+
+Happy Defolding!

+ 1 - 2
docs/en/tutorials/colorslide.md

@@ -20,8 +20,7 @@ The tutorial is integrated with the Defold editor and easily accessible:
 
 The editor automatically opens the "README" file from the project root, containing the full tutorial text.
 
-![icon](images/icon-tutorial.svg){style="display:inline;margin:0 0.5rem 0 0;vertical-align: middle;"}
-[You can also read the full tutorial text on Github](https://github.com/defold/tutorial-colorslide)
+![icon](images/icon-tutorial.svg){.icon} [You can also read the full tutorial text on Github](https://github.com/defold/tutorial-colorslide)
 
 If you get stuck, head over to the [Defold Forum](//forum.defold.com) where you will get help from the Defold team and many friendly users.
 

+ 2 - 2
docs/en/tutorials/getting-started.md

@@ -1,9 +1,9 @@
 ---
-title: Getting started
+title: Getting started with Defold
 brief: This tutorial explains how to get started doing tutorials in Defold.
 ---
 
-# Getting started with Defold
+# Getting started
 
 The Defold engine and editor are powerful tools but takes takes a little while to get accustomed to. You should expect having to spend some time working in Defold before you know how to use it well. To help you on your way we have created a variety of tutorials. They are available directly from within the editor so you can start your journey towards becoming a Defold pro right away.
 

BIN
docs/en/tutorials/images/getting-started/new-project.png


BIN
docs/en/tutorials/images/getting-started/[email protected]


BIN
docs/en/tutorials/images/new-astronaut.png


BIN
docs/en/tutorials/images/[email protected]


+ 1 - 2
docs/en/tutorials/movement.md

@@ -20,8 +20,7 @@ The tutorial is integrated with the Defold editor and easily accessible:
 
 The editor automatically opens the "README" file from the project root, containing the full tutorial text.
 
-![icon](images/icon-tutorial.svg){style="display:inline;margin:0 0.5rem 0 0;vertical-align: middle;"}
-[You can also read the full tutorial text on Github](https://github.com/defold/tutorial-movement)
+![icon](images/icon-tutorial.svg){.icon} [You can also read the full tutorial text on Github](https://github.com/defold/tutorial-movement)
 
 If you get stuck, head over to the [Defold Forum](//forum.defold.com) where you will get help from the Defold team and many friendly users.
 

+ 2 - 3
docs/en/tutorials/side-scroller.md

@@ -15,12 +15,11 @@ The tutorial is integrated with the Defold editor and easily accessible:
 4. Select the "Side scroller tutorial"
 5. Select a location for the project on your local drive and click *Create New Project*.
 
-![create project](images/new-side-scroller.png){srcset="images/[email protected] 2x"}
+![new project](images/new-side-scroller.png){srcset="images/[email protected] 2x"}
 
 The editor automatically opens the "README" file from the project root, containing the full tutorial text.
 
-![icon](images/icon-tutorial.svg){style="display:inline;margin:0 0.5rem 0 0;vertical-align: middle;"}
-[You can also read the full tutorial text on Github](https://github.com/defold/tutorial-side-scroller)
+![icon](images/icon-tutorial.svg){.icon} [You can also read the full tutorial text on Github](https://github.com/defold/tutorial-side-scroller)
 
 If you get stuck, head over to the [Defold Forum](//forum.defold.com) where you will get help from the Defold team and many friendly users.