瀏覽代碼

Added two more sample projects

Björn Ritzl 4 年之前
父節點
當前提交
517ce92c8d
共有 3 個文件被更改,包括 12 次插入0 次删除
  1. 12 0
      docs/en/en.json
  2. 二進制
      docs/en/tutorials/images/sample-lights-and-shadows.png
  3. 二進制
      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",

二進制
docs/en/tutorials/images/sample-lights-and-shadows.png


二進制
docs/en/tutorials/images/sample-pixel-line-platformer.png