Explorar el Código

Added GameDistribution tutorial

Björn Ritzl hace 4 años
padre
commit
5cce5965ad
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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",