Parcourir la source

Added texture scrolling tutorial

Björn Ritzl il y a 3 ans
Parent
commit
214cb087f2
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  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",