From 6c1ec9ed2ce95b9aa33e3e31c69c713338e5cef7 Mon Sep 17 00:00:00 2001 From: ChaoticByte Date: Mon, 6 Jan 2025 22:15:00 +0100 Subject: [PATCH] Rename example rgb_uv_distort to multistep_distort --- README.md | 4 ++-- .../{rgb_uv_distort.gdshader => multistep_distort.gdshader} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename examples/{rgb_uv_distort.gdshader => multistep_distort.gdshader} (100%) 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