Преглед на файлове

Added two more sample projects

Björn Ritzl преди 4 години
родител
ревизия
517ce92c8d
променени са 3 файла, в които са добавени 12 реда и са изтрити 0 реда
  1. 12 0
      docs/en/en.json
  2. BIN
      docs/en/tutorials/images/sample-lights-and-shadows.png
  3. BIN
      docs/en/tutorials/images/sample-pixel-line-platformer.png

+ 12 - 0
docs/en/en.json

@@ -373,6 +373,18 @@
                 "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-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"
+            },
+            {
+                "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"
+            },
             {
                 "path": "https://github.com/defold/sample-roids",
                 "name": "Asteroids",

BIN
docs/en/tutorials/images/sample-lights-and-shadows.png


BIN
docs/en/tutorials/images/sample-pixel-line-platformer.png