Ver Fonte

Update en.json

Björn Ritzl há 1 ano atrás
pai
commit
fffbdc46c5
1 ficheiros alterados com 58 adições e 29 exclusões
  1. 58 29
      docs/en/en.json

+ 58 - 29
docs/en/en.json

@@ -433,171 +433,200 @@
                 "path": "/tutorials/side-scroller",
                 "name": "Side scroller",
                 "description": "This tutorial is intended to give a taste of what making games in Defold is about. It goes through creating a new project, based on a simple side-scroller. You will then learn how to tweak the game to make it more fun. Finally you will add a new game object. The tutorial should only take about 10 minutes.",
-                "image": "/tutorials/images/videos/side-scroller.png"
+                "image": "/tutorials/images/videos/side-scroller.png",
+                "author": "Defold"
             },
             {
                 "path": "/tutorials/astronaut",
                 "name": "Walking astronaut",
                 "description": "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.",
-                "image": "/tutorials/images/videos/astronaut.png"
+                "image": "/tutorials/images/videos/astronaut.png",
+                "author": "Defold"
             },
             {
                 "path": "/tutorials/movement",
                 "name": "Movement",
                 "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"
+                "image": "/tutorials/images/videos/movement.png",
+                "author": "Defold"
             },
             {
                 "path": "/tutorials/colorslide",
                 "name": "Colorslide",
                 "description": "In this medium difficulty tutorial you build an in-game GUI, a GUI screen for level selection and a start screen for a simple multi level mobile game.",
-                "image": "/tutorials/images/videos/colorslide.png"
+                "image": "/tutorials/images/videos/colorslide.png",
+                "author": "Defold"
             },
             {
                 "path": "/tutorials/war-battles",
                 "name": "War battles",
                 "description": "In this tutorial you will create the embryo of a small shooter game. This is a good starting point if you are new to Defold.",
-                "image": "/tutorials/images/videos/war-battles.png"
+                "image": "/tutorials/images/videos/war-battles.png",
+                "author": "Defold"
             },
             {
                 "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.",
-                "image": "/tutorials/images/snake/run_1.png"
+                "image": "/tutorials/images/snake/run_1.png",
+                "author": "Defold"
             },
             {
                 "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.",
-                "image": "/tutorials/images/15-puzzle/slide.png"
+                "image": "/tutorials/images/15-puzzle/slide.png",
+                "author": "Defold"
             },
             {
                 "path": "/tutorials/shadertoy",
                 "name": "Shadertoy",
                 "description": "In this tutorial you will convert a shader from shadertoy.com to Defold.",
-                "image": "/tutorials/images/videos/shadertoy.png"
+                "image": "/tutorials/images/videos/shadertoy.png",
+                "author": "Defold"
             },
             {
                 "path": "/tutorials/texture-scrolling",
                 "name": "Texture scrolling",
                 "description": "In this tutorial you will learn how to use a shader to scroll a repeating texture.",
-                "image": "/tutorials/images/icons/screen_texture_scrolling.png"
+                "image": "/tutorials/images/icons/screen_texture_scrolling.png",
+                "author": "Defold"
             },
             {
                 "path": "/tutorials/runner",
                 "name": "Runner",
                 "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"
+                "image": "/tutorials/images/runner/2/run_game.png",
+                "author": "Defold"
             },
             {
                 "path": "/tutorials/magic-link",
                 "name": "Magic link",
                 "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"
+                "image": "/tutorials/images/magic-link/linker_connector_screen.png",
+                "author": "Defold"
             },
             {
                 "path": "/tutorials/car",
                 "name": "Building a car",
                 "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"
+                "image": "/tutorials/images/car/start_car_collection_complete.png",
+                "author": "Defold"
             },
             {
                 "path": "https://defold.com/2021/03/02/Creating-online-games-using-Nakama-and-Defold/",
                 "name": "Creating online games using Nakama and Defold",
-                "description": "In this tutorial we will look at how to create online multiplayer games in Defold using the open-source Nakama game server from Heroic Labs."
+                "description": "In this tutorial we will look at how to create online multiplayer games in Defold using the open-source Nakama game server from Heroic Labs.",
+                "author": "Defold"
             },
             {
                 "path": "https://defold.com/2021/04/21/Releasing-games-on-Yandex/",
                 "name": "Releasing HTML5 games on Yandex.Games",
-                "description": "In this blog post we’ll look at how to add the Yandex.Games SDK to a Defold game and how to submit your game to the Yandex.Games catalog."
+                "description": "In this blog post we’ll look at how to add the Yandex.Games SDK to a Defold game and how to submit your game to the Yandex.Games catalog.",
+                "author": "Defold"
             },
             {
                 "path": "https://defold.com/2021/03/14/Releasing-html5-games-on-Game-Distribution/",
                 "name": "Releasing HTML5 games on Game Distribution",
-                "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."
+                "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.",
+                "author": "Defold"
             },
             {
                 "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.",
-                "image": "/tutorials/images/icons/screen_shaders_for_beginners.png"
+                "image": "/tutorials/images/icons/screen_shaders_for_beginners.png",
+                "author": "Pawel Jarosz"
             },
             {
                 "path": "/tutorials/grading",
                 "name": "Color grading",
                 "description": "In this tutorial you will create a full screen post effect in Defold.",
-                "image": "/tutorials/images/grading/world_graded.png"
+                "image": "/tutorials/images/grading/world_graded.png",
+                "author": "Defold"
             },
             {
                 "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."
+                "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.",
+                "author": "Tactx Studios"
             },
             {
                 "path": "https://github.com/defold/sample-lights-and-shadows",
                 "name": "Lights and Shadows",
                 "description": "This sample project shows how to achieve pixel perfect shadows in a 2D view.",
-                "image": "/tutorials/images/sample-lights-and-shadows.png"
+                "image": "/tutorials/images/sample-lights-and-shadows.png",
+                "author": "Defold"
             },
             {
                 "path": "https://github.com/defold/sample-pixel-line-platformer",
                 "name": "Pixel Line Platformer",
                 "description": "This sample project shows how to create a platformer game using original art created by Kenney.",
-                "image": "/tutorials/images/sample-pixel-line-platformer.png"
+                "image": "/tutorials/images/sample-pixel-line-platformer.png",
+                "author": "Defold"
             },
             {
                 "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.",
-                "image": "/tutorials/images/icons/screen_asteroids.png"
+                "image": "/tutorials/images/icons/screen_asteroids.png",
+                "author": "Defold"
             },
             {
                 "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.",
-                "image": "/tutorials/images/icons/screen_linker.png"
+                "image": "/tutorials/images/icons/screen_linker.png",
+                "author": "Defold"
             },
             {
                 "path": "https://github.com/defold/sample-shadertoy",
                 "name": "Shadertoy",
                 "description": "This sample project shows how to port a Shadertoy shader to to Defold.",
-                "image": "/tutorials/images/shadertoy/quad_material.png"
+                "image": "/tutorials/images/shadertoy/quad_material.png",
+                "author": "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.",
-                "image": "/tutorials/images/icons/screen_rpgmap.png"
+                "image": "/tutorials/images/icons/screen_rpgmap.png",
+                "author": "Defold"
             },
             {
                 "path": "/tutorials/platformer",
                 "name": "Platformer",
                 "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"
+                "image": "/tutorials/images/platformer/collision.png",
+                "author": "Defold"
             },
             {
                 "path": "/tutorials/main-menu",
                 "name": "Main menu",
                 "description": "In this sample, you learn effects to present a main menu.",
-                "image": "/tutorials/images/icons/screen_menu_animation.png"
+                "image": "/tutorials/images/icons/screen_menu_animation.png",
+                "author": "Defold"
             },
             {
                 "path": "/tutorials/parallax",
                 "name": "Parallax",
                 "description": "In this sample, you learn how to use a parallax effect to simulate depth in the game world.",
-                "image": "/tutorials/images/icons/screen_parallax.png"
+                "image": "/tutorials/images/icons/screen_parallax.png",
+                "author": "Defold"
             },
             {
                 "path": "/tutorials/hud",
                 "name": "Hud",
                 "description": "In this sample, you learn effects for score counting.",
-                "image": "/tutorials/images/icons/screen_hud.png"
+                "image": "/tutorials/images/icons/screen_hud.png",
+                "author": "Defold"
             },
             {
                 "path": "/tutorials/level-complete",
                 "name": "Level complete",
                 "description": "In this sample, you learn effects to show the score counting that could occur when a level has been completed.",
-                "image": "/tutorials/images/icons/screen_lvlcomplete.png"
+                "image": "/tutorials/images/icons/screen_lvlcomplete.png",
+                "author": "Defold"
             }
         ],
         "courses": [