From 5685933d1c22ba911a2296880621cddf9b34bfab Mon Sep 17 00:00:00 2001 From: Awe Date: Sun, 3 Nov 2024 23:20:04 -0500 Subject: [PATCH] Move icon to godot project folder (for Tacklebox) --- manifestation.toml | 4 ++-- icon.png => project/mods/VoiceStuff/icon.png | Bin 2 files changed, 2 insertions(+), 2 deletions(-) rename icon.png => project/mods/VoiceStuff/icon.png (100%) diff --git a/manifestation.toml b/manifestation.toml index bf34d80..e242d22 100644 --- a/manifestation.toml +++ b/manifestation.toml @@ -2,11 +2,11 @@ id = "VoiceStuff" name = "VoiceStuff" description = "Expands the limits on voice pitch and speed in the options menu. Additionally, scrolling on the slider won't make it scroll up and holding shift will increase the granularity." -version = "1.0.1" +version = "1.0.2" homepage = "https://github.com/Awesomerly/VoiceStuff" author = "Awesomerly" -icon = "icon.png" +icon = "./project/mods/VoiceStuff/icon.png" readme = "README.md" [project] diff --git a/icon.png b/project/mods/VoiceStuff/icon.png similarity index 100% rename from icon.png rename to project/mods/VoiceStuff/icon.png