diff --git a/README.md b/README.md index f124cc8..5c2e0a9 100644 --- a/README.md +++ b/README.md @@ -48,9 +48,9 @@ Example: void fragment() { if (STEP == 0) { - ... + ... } else if (STEP == 1) { - ... + ... } // ... and so on } diff --git a/examples/rgb_uv_distort.gdshader b/examples/multistep_distort.gdshader similarity index 100% rename from examples/rgb_uv_distort.gdshader rename to examples/multistep_distort.gdshader