Selaa lähdekoodia

Update en.json

Björn Ritzl 2 vuotta sitten
vanhempi
commit
bedfc3f364
1 muutettua tiedostoa jossa 12 lisäystä ja 0 poistoa
  1. 12 0
      docs/en/en.json

+ 12 - 0
docs/en/en.json

@@ -13,6 +13,18 @@
                 "author": "Unfolding Defold",
                 "description": "This is a generic guide for Defold beginners and enthusiasts, but also for anyone interested in what components are used in video games."
             },
+            {
+                "path": "https://www.youtube.com/embed/_JDKVSTt1Fo",
+                "name": "Defold Render Script Explained",
+                "author": "Unfolding Defold",
+                "description": "As a natural continuation of explaining how computer graphics are rendered, in this tutorial we dive into Defold Render Script."
+            },
+            {
+                "path": "https://www.youtube.com/embed/oLiJTcdBCkM",
+                "name": "How graphics works? Render pipeline explained. Example OpenGL + Defold",
+                "author": "Unfolding Defold",
+                "description": "Do you want to create breathtaking visual effects? Photrealistic or stylized games? You need to dig into how rendering works!"
+            },
             {
                 "path": "https://www.youtube.com/embed/HjJ-oDz-GcI",
                 "name": "Defold Space Shooter - Gamedev Tutorial for Beginners - Part 1 - Sprites, Inputs, Scripts",