Преглед на файлове

Added a new Defold video tutorial

Björn Ritzl преди 4 години
родител
ревизия
351d7da9c3
променени са 1 файла, в които са добавени 7 реда и са изтрити 1 реда
  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",