Explorar o código

Updated some tutorial images

Björn Ritzl %!s(int64=4) %!d(string=hai) anos
pai
achega
4302a26fa4
Modificáronse 1 ficheiros con 40 adicións e 37 borrados
  1. 40 37
      docs/en/en.json

+ 40 - 37
docs/en/en.json

@@ -274,10 +274,6 @@
                 "description": "In this beginner's tutorial you learn how to make realistic movement using vectors and some simple vector algebra.",
                 "image": "/tutorials/images/videos/movement.png"
             },
-            {
-                "path": "/tutorials/getting-started",
-                "name": "Getting started"
-            },
             {
                 "path": "/tutorials/colorslide",
                 "name": "Colorslide",
@@ -293,12 +289,14 @@
             {
                 "path": "/tutorials/snake",
                 "name": "Snake",
-                "description": "If you are new to Defold, this guide will help you to get started with script logic together with a few of the building blocks in Defold."
+                "description": "If you are new to Defold, this guide will help you to get started with script logic together with a few of the building blocks in Defold.",
+                "image": "/tutorials/images/snake/run_1.png"
             },
             {
                 "path": "/tutorials/15-puzzle",
                 "name": "15 puzzle",
-                "description": "If you are new to Defold, this guide will help you to lab with a few of the building blocks in Defold and run script logic."
+                "description": "If you are new to Defold, this guide will help you to lab with a few of the building blocks in Defold and run script logic.",
+                "image": "/tutorials/images/15-puzzle/slide.png"
             },
             {
                 "path": "/tutorials/shadertoy",
@@ -317,34 +315,64 @@
                 "description": "In this blog post we'll look at how to add the Game Distribution SDK to an existing game or how to create one from scratch. We will also look at how to submit your game for distribution through the Game Distribution network."
             },
             {
-                "path": "https://defold.com/2020/10/19/Shaders-for-beginners//",
+                "path": "https://defold.com/2020/10/19/Shaders-for-beginners/",
                 "name": "Shaders for Beginners",
                 "description": "In this guest tutorial Paweł Jarosz, developer of Witchcrafter: Empire Legends, share his experience learning shader programming in general and for Defold in particular."
             },
             {
                 "path": "/tutorials/grading",
                 "name": "Color grading",
-                "description": "In this tutorial you will create a full screen post effect in Defold."
+                "description": "In this tutorial you will create a full screen post effect in Defold.",
+                "image": "/tutorials/images/grading/world_graded.png"
+            },
+            {
+                "path": "https://www.tactxstudios.com/",
+                "name": "Tactx Studios tutorials",
+                "description": "These tutorials illustrate several common features of the Defold Game Engine, to include: (a) Image Procedures, (b) Dragging and Dropping Game Objects, (c) various Game Object Movement Techniques, (d) Preliminary use of 2d Physics based Collisions, (e) Graphic User Interface (GUI), and (f) an introduction to Defold Levels, Messaging and Menu Development."
+            },
+            {
+                "path": "https://github.com/defold/sample-roids",
+                "name": "Asteroids",
+                "description": "This is a very simple 'Asteroids' clone where you turn the ship left and right with the arrow keys and fire at incoming meteors with space."
+            },
+            {
+                "path": "https://github.com/defold/sample-linker",
+                "name": "Linker",
+                "description": "This sample project shows how to create a linker game. Click and drag and link three or more fish of the same color together to remove them from the board. Long chains of fish yields boosters."
+            },
+            {
+                "path": "https://github.com/defold/sample-shadertoy",
+                "name": "Shadertoy",
+                "description": "This sample project shows how to port a Shadertoy shader to to Defold."
+            },
+            {
+                "path": "https://github.com/defold/sample-rpgmap",
+                "name": "RPG Map",
+                "description": "This sample shows one method of creating very large screen based RPG maps in Defold."
             },
             {
                 "path": "/tutorials/platformer",
                 "name": "Platformer (OLD)",
-                "description": "In this article, you go through the implementation of a basic tile-based 2D platformer in Defold. The mechanics you learn are moving left/right, jumping and falling."
+                "description": "In this article, you go through the implementation of a basic tile-based 2D platformer in Defold. The mechanics you learn are moving left/right, jumping and falling.",
+                "image": "/tutorials/images/platformer/collision.png"
             },
             {
                 "path": "/tutorials/runner",
                 "name": "Runner (OLD)",
-                "description": "In this tutorial you start with an empty project and build a complete runner game with an animated character, physics collision, pickups and scoring."
+                "description": "In this tutorial you start with an empty project and build a complete runner game with an animated character, physics collision, pickups and scoring.",
+                "image": "/tutorials/images/runner/2/run_game.png"
             },
             {
                 "path": "/tutorials/magic-link",
                 "name": "Magic link (OLD)",
-                "description": "In this tutorial you will build a complete little puzzle game with a start screen, the mechanics of the game and simple level progression in the form of increasing difficulty."
+                "description": "In this tutorial you will build a complete little puzzle game with a start screen, the mechanics of the game and simple level progression in the form of increasing difficulty.",
+                "image": "/tutorials/images/magic-link/linker_connector_screen.png"
             },
             {
                 "path": "/tutorials/car",
                 "name": "Building a car (OLD)",
-                "description": "If you are new to Defold, this guide will help you getting your bearings right in the editor. It also explains the basic ideas and the most common building blocks in Defold - game objects, collections, scripts and sprites."
+                "description": "If you are new to Defold, this guide will help you getting your bearings right in the editor. It also explains the basic ideas and the most common building blocks in Defold - game objects, collections, scripts and sprites.",
+                "image": "/tutorials/images/car/start_car_collection_complete.png"
             },
             {
                 "path": "/tutorials/main-menu",
@@ -365,31 +393,6 @@
                 "path": "/tutorials/level-complete",
                 "name": "Level complete (OLD)",
                 "description": "In this sample, you learn effects to show the score counting that could occur when a level has been completed."
-            },
-            {
-                "path": "https://www.tactxstudios.com/",
-                "name": "Tactx Studios tutorials",
-                "description": "These tutorials illustrate several common features of the Defold Game Engine, to include: (a) Image Procedures, (b) Dragging and Dropping Game Objects, (c) various Game Object Movement Techniques, (d) Preliminary use of 2d Physics based Collisions, (e) Graphic User Interface (GUI), and (f) an introduction to Defold Levels, Messaging and Menu Development."
-            },
-            {
-                "path": "https://github.com/defold/sample-roids",
-                "name": "Asteroids",
-                "description": ""
-            },
-            {
-                "path": "https://github.com/defold/sample-linker",
-                "name": "Linker",
-                "description": ""
-            },
-            {
-                "path": "https://github.com/defold/sample-shadertoy",
-                "name": "Shadertoy",
-                "description": ""
-            },
-            {
-                "path": "https://github.com/defold/sample-rpgmap",
-                "name": "RPG Map",
-                "description": ""
             }
         ],
         "resources": [