+ spell icons for summon air, summon earth, summon fire, summon water
This commit is contained in:
parent
e368a0810e
commit
60862a7559
8 changed files with 12 additions and 0 deletions
3
bo65sumc.png.do
Normal file
3
bo65sumc.png.do
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
convert painterly-spell-icons-4/fog-orange-3.png -resize 64x64^ \
|
||||
-gravity center -extent 58x64 png:"$3"
|
3
bo66sume.png.do
Normal file
3
bo66sume.png.do
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
convert painterly-spell-icons-4/fog-acid-3.png -resize 64x64^ \
|
||||
-gravity center -extent 58x64 png:"$3"
|
3
bo67sumw.png.do
Normal file
3
bo67sumw.png.do
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
convert painterly-spell-icons-4/fog-blue-3.png -resize 64x64^ \
|
||||
-gravity center -extent 58x64 png:"$3"
|
3
bo68suma.png.do
Normal file
3
bo68suma.png.do
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
convert painterly-spell-icons-4/fog-sky-3.png -resize 64x64^ \
|
||||
-gravity center -extent 58x64 png:"$3"
|
BIN
painterly-spell-icons-4/fog-acid-3.png
Normal file
BIN
painterly-spell-icons-4/fog-acid-3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 68 KiB |
BIN
painterly-spell-icons-4/fog-blue-3.png
Normal file
BIN
painterly-spell-icons-4/fog-blue-3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 68 KiB |
BIN
painterly-spell-icons-4/fog-orange-3.png
Normal file
BIN
painterly-spell-icons-4/fog-orange-3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 66 KiB |
BIN
painterly-spell-icons-4/fog-sky-3.png
Normal file
BIN
painterly-spell-icons-4/fog-sky-3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 85 KiB |
Loading…
Reference in a new issue