mirror of
https://github.com/smogon/sprites.git
synced 2026-04-21 09:17:23 -05:00
16 lines
338 B
JavaScript
16 lines
338 B
JavaScript
|
|
transform(toSmogonSpriteAlias, () => {
|
|
dest("forumsprites");
|
|
sel(
|
|
"build/gen6-minisprites-padded/canonical/pokemon",
|
|
"build/gen6-minisprites-padded/cap/pokemon"
|
|
);
|
|
|
|
dest("fbsprites/xy");
|
|
sel("build/smogon/fbsprites/xy");
|
|
|
|
dest("twittersprites/xy");
|
|
sel("build/smogon/twittersprites/xy");
|
|
});
|
|
|