inline fbsprite/twittersprite

This commit is contained in:
Christopher Monsanto 2020-09-15 01:18:46 -04:00
parent 120f1d6a76
commit 4dc7593196
3 changed files with 2 additions and 12 deletions

View File

@ -100,7 +100,7 @@ foreach_rule(
input,
{
display="fbsprite %f",
"tools/fbsprite.sh %f %o",
"magick convert \"%f[0]\" -trim -resize 150x150 -background white -gravity center -extent 198x198 -bordercolor black -border 1 %o",
compresspng{config="MODELS"}
},
"build/smogon/fbsprites/xy/%B.png"
@ -110,7 +110,7 @@ foreach_rule(
input,
{
display="twittersprite %f",
"tools/twittersprite.sh %f %o",
"magick convert \"%f[0]\" -trim -resize 115x115 -background white -gravity center -extent 120x120 %o",
compresspng{config="MODELS"}
},
"build/smogon/twittersprites/xy/%B.png"

View File

@ -1,5 +0,0 @@
#!/bin/sh
# Smogdex Facebook social images
magick convert $1'[0]' -trim -resize 150x150 -background white -gravity center -extent 198x198 -bordercolor black -border 1 $2

View File

@ -1,5 +0,0 @@
#!/bin/sh
# Smogdex Twitter social images
magick convert $1'[0]' -trim -resize 115x115 -background white -gravity center -extent 120x120 $2