소스 검색

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