From 60b46e9d64dc5166fb4712e136e47bbf70cc7035 Mon Sep 17 00:00:00 2001 From: Halfstar <81277833+HalfstarDev@users.noreply.github.com> Date: Sat, 2 Nov 2024 23:40:50 +0100 Subject: [PATCH] Fixed name The name of this shader got mixed up. This is not a Blur Shader, but a Sparkle Shader, like the description and title of the GitHub page say. --- assets/sparkle-shader.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/sparkle-shader.json b/assets/sparkle-shader.json index 38d41107..14cf61f7 100644 --- a/assets/sparkle-shader.json +++ b/assets/sparkle-shader.json @@ -5,7 +5,7 @@ "id": "sparkleshader", "library_url": "https://github.com/ufgo/sparkle_effect/archive/refs/heads/main.zip", "license": "Public Domain", - "name": "Blur Shader", + "name": "Sparkle Shader", "platforms": [ "iOS", "Android", @@ -22,4 +22,4 @@ ], "timestamp": 1725737034.0, "website_url": "" -} \ No newline at end of file +}