Просмотр исходного кода

Added two more sample projects

Björn Ritzl 4 лет назад
Родитель
Сommit
517ce92c8d

+ 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