Răsfoiți Sursa

Added a new Defold video tutorial

Björn Ritzl 4 ani în urmă
părinte
comite
351d7da9c3
1 a modificat fișierele cu 7 adăugiri și 1 ștergeri
  1. 7 1
      docs/en/en.json

+ 7 - 1
docs/en/en.json

@@ -118,7 +118,13 @@
                 "author": "Game Developers",
                 "description": "In this video, we will start to take a look at the building blocks of creating a game for the engine."
             },
-
+            {
+                "path": "https://www.youtube.com/watch?v=3kjkAThCLc0",
+                "name": "Enemy movement and animations",
+                "author": "Game Developers",
+                "description": "In this video, we are implementing an enemy with a basic behavior of walking forward until colliding with a wall and then flipping into the opposite direction. We will add animations to the enemy and to the player that was implemented in the previous video."
+            },
+            
             {
                 "path": "https://www.youtube.com/embed/7P4Qj-OCLF8",
                 "name": "Build a Tower Defense game - Opening Sequence",