Răsfoiți Sursa

Added texture scrolling tutorial

Björn Ritzl 3 ani în urmă
părinte
comite
214cb087f2
1 a modificat fișierele cu 5 adăugiri și 0 ștergeri
  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",