diff --git a/Buffs/AscendantBuff.png b/Buffs/AscendantBuff.png index b9f3c9a..8adfb66 100644 Binary files a/Buffs/AscendantBuff.png and b/Buffs/AscendantBuff.png differ diff --git a/Buffs/ScourgeBuff.png b/Buffs/ScourgeBuff.png index eaee879..3c31f47 100644 Binary files a/Buffs/ScourgeBuff.png and b/Buffs/ScourgeBuff.png differ diff --git a/Buffs/StoneBuff.png b/Buffs/StoneBuff.png index 423f1ce..101e034 100644 Binary files a/Buffs/StoneBuff.png and b/Buffs/StoneBuff.png differ diff --git a/Buffs/WoodBuff.png b/Buffs/WoodBuff.png index 6eaa5a2..63e0ff6 100644 Binary files a/Buffs/WoodBuff.png and b/Buffs/WoodBuff.png differ diff --git a/Buffs/download.png b/Buffs/download.png new file mode 100644 index 0000000..101e034 Binary files /dev/null and b/Buffs/download.png differ diff --git a/build.txt b/build.txt index 5cf7761..ad512a9 100644 --- a/build.txt +++ b/build.txt @@ -1,4 +1,4 @@ displayName = MoreStaves author = Penguin -version = 0.5.0 +version = 0.5.1 homepage = https://github.com/Nick-NCSU/MoreStaves/wiki \ No newline at end of file diff --git a/img/AscendantStaff.gif b/img/AscendantStaff.gif new file mode 100644 index 0000000..2f48b19 Binary files /dev/null and b/img/AscendantStaff.gif differ diff --git a/img/BaseStaff.gif b/img/BaseStaff.gif new file mode 100644 index 0000000..4b12925 Binary files /dev/null and b/img/BaseStaff.gif differ diff --git a/img/ChlorophyteStaff.gif b/img/ChlorophyteStaff.gif new file mode 100644 index 0000000..19b06ca Binary files /dev/null and b/img/ChlorophyteStaff.gif differ diff --git a/img/CopperStaff.gif b/img/CopperStaff.gif new file mode 100644 index 0000000..354f34c Binary files /dev/null and b/img/CopperStaff.gif differ diff --git a/img/CrimtaneStaff.gif b/img/CrimtaneStaff.gif new file mode 100644 index 0000000..5bac88f Binary files /dev/null and b/img/CrimtaneStaff.gif differ diff --git a/img/DemoniteStaff.gif b/img/DemoniteStaff.gif new file mode 100644 index 0000000..810fd20 Binary files /dev/null and b/img/DemoniteStaff.gif differ diff --git a/img/GoldStaff.gif b/img/GoldStaff.gif new file mode 100644 index 0000000..f01559a Binary files /dev/null and b/img/GoldStaff.gif differ diff --git a/img/HallowedStaff.gif b/img/HallowedStaff.gif new file mode 100644 index 0000000..0671f13 Binary files /dev/null and b/img/HallowedStaff.gif differ diff --git a/img/IronStaff.gif b/img/IronStaff.gif new file mode 100644 index 0000000..7cac535 Binary files /dev/null and b/img/IronStaff.gif differ diff --git a/img/LeadStaff.gif b/img/LeadStaff.gif new file mode 100644 index 0000000..9bccfbb Binary files /dev/null and b/img/LeadStaff.gif differ diff --git a/img/LuminiteStaff.gif b/img/LuminiteStaff.gif new file mode 100644 index 0000000..0f70607 Binary files /dev/null and b/img/LuminiteStaff.gif differ diff --git a/img/MeteoriteStaff.gif b/img/MeteoriteStaff.gif new file mode 100644 index 0000000..54f0749 Binary files /dev/null and b/img/MeteoriteStaff.gif differ diff --git a/img/PlatinumStaff.gif b/img/PlatinumStaff.gif new file mode 100644 index 0000000..8e9a55e Binary files /dev/null and b/img/PlatinumStaff.gif differ diff --git a/img/ScourgeStaff.gif b/img/ScourgeStaff.gif new file mode 100644 index 0000000..9c795c2 Binary files /dev/null and b/img/ScourgeStaff.gif differ diff --git a/img/ShroomiteStaff.gif b/img/ShroomiteStaff.gif new file mode 100644 index 0000000..3a26ac8 Binary files /dev/null and b/img/ShroomiteStaff.gif differ diff --git a/img/SilverStaff.gif b/img/SilverStaff.gif new file mode 100644 index 0000000..955cabc Binary files /dev/null and b/img/SilverStaff.gif differ diff --git a/img/SpectreStaff.gif b/img/SpectreStaff.gif new file mode 100644 index 0000000..0ec03a6 Binary files /dev/null and b/img/SpectreStaff.gif differ diff --git a/img/StoneStaff.gif b/img/StoneStaff.gif new file mode 100644 index 0000000..faff992 Binary files /dev/null and b/img/StoneStaff.gif differ diff --git a/img/TinStaff.gif b/img/TinStaff.gif new file mode 100644 index 0000000..f97c52e Binary files /dev/null and b/img/TinStaff.gif differ diff --git a/img/TungstenStaff.gif b/img/TungstenStaff.gif new file mode 100644 index 0000000..2a295ab Binary files /dev/null and b/img/TungstenStaff.gif differ diff --git a/img/WoodStaff.gif b/img/WoodStaff.gif new file mode 100644 index 0000000..cfa5be7 Binary files /dev/null and b/img/WoodStaff.gif differ diff --git a/img/spritesheetToGif.sh b/img/spritesheetToGif.sh new file mode 100644 index 0000000..22d7d11 --- /dev/null +++ b/img/spritesheetToGif.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +for f in *Staff.png ; do magick convert -dispose previous "$f" -crop 56x56 +adjoin +repage -adjoin -loop 0 -delay 1 "../img/${f%.png}.gif" ; done \ No newline at end of file