mirror of
https://github.com/smogon/sprites.git
synced 2026-04-24 06:47:08 -05:00
inline fbsprite/twittersprite
This commit is contained in:
parent
120f1d6a76
commit
4dc7593196
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Smogdex Twitter social images
|
||||
|
||||
magick convert $1'[0]' -trim -resize 115x115 -background white -gravity center -extent 120x120 $2
|
||||
Loading…
Reference in New Issue
Block a user