Procházet zdrojové kódy

Added texture scrolling tutorial

Björn Ritzl před 3 roky
rodič
revize
214cb087f2
1 změnil soubory, kde provedl 5 přidání a 0 odebrání
  1. 5 0
      docs/en/en.json

+ 5 - 0
docs/en/en.json

@@ -388,6 +388,11 @@
                 "description": "In this tutorial you will convert a shader from shadertoy.com to Defold.",
                 "image": "/tutorials/images/videos/shadertoy.png"
             },
+            {
+                "path": "/tutorials/textuire-scrolling",
+                "name": "Texture scrolling",
+                "description": "In this tutorial you will learn how to use a shader to scroll a repeating texture."
+            },
             {
                 "path": "/tutorials/runner",
                 "name": "Runner",