浏览代码

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