소스 검색

Added GameDistribution tutorial

Björn Ritzl 4 년 전
부모
커밋
5cce5965ad
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      docs/en/en.json

+ 5 - 0
docs/en/en.json

@@ -60,6 +60,11 @@
                         "name": "Creating online games using Nakama and Defold",
                         "description": "In this tutorial we will look at how to create online multiplayer games in Defold using the open-source Nakama game server from Heroic Labs."
                     },
+                    {
+                        "path": "https://defold.com/2021/03/14/Releasing-html5-games-on-Game-Distribution/",
+                        "name": "Releasing HTML5 games on Game Distribution",
+                        "description": "In this blog post we'll look at how to add the Game Distribution SDK to an existing game or how to create one from scratch. We will also look at how to submit your game for distribution through the Game Distribution network."
+                    },
                     {
                         "path": "https://defold.com/2020/10/19/Shaders-for-beginners//",
                         "name": "Shaders for Beginners",