From ca0138d10c8a56562573fe257f0faae8b47dd8ae Mon Sep 17 00:00:00 2001 From: Artsiom Trubchyk Date: Sun, 17 Sep 2023 09:27:16 +0300 Subject: [PATCH] Create dissolve-fx.json (#149) --- assets/dissolve-fx.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 assets/dissolve-fx.json diff --git a/assets/dissolve-fx.json b/assets/dissolve-fx.json new file mode 100644 index 00000000..d2ce2226 --- /dev/null +++ b/assets/dissolve-fx.json @@ -0,0 +1,25 @@ +{ + "author": "Indiesoft LLC", + "description": "Dissolve effect for sprites.", + "images": { + "hero": "https://github.com/indiesoftby/defold-dissolve-fx/raw/main/cover.jpg", + "thumb": "https://github.com/indiesoftby/defold-dissolve-fx/raw/main/cover_thumb.jpg" + }, + "library_url": "https://github.com/indiesoftby/defold-dissolve-fx/archive/main.zip", + "license": "CC0-1.0 license", + "name": "Dissolve FX", + "platforms": [ + "iOS", + "Android", + "macOS", + "Windows", + "Linux", + "HTML5" + ], + "project_url": "https://github.com/indiesoftby/defold-dissolve-fx", + "stars": 10, + "tags": [ + "Shaders" + ], + "website_url": "" +}