mirror of
https://github.com/smogon/sprites.git
synced 2026-04-24 23:07:05 -05:00
deploy pmd
This commit is contained in:
parent
4af6063cc1
commit
5d7ed4fa2c
|
|
@ -125,3 +125,8 @@ for (const f of list("build/smogon/fbsprites/xy")) {
|
|||
for (const f of list("build/smogon/twittersprites/xy")) {
|
||||
spritecopy(f, {dir: "twittersprites/xy"});
|
||||
}
|
||||
|
||||
for (const f of list("src/pmd")) {
|
||||
seenModels.add(f.name);
|
||||
spritecopy(f, {dir: "pmd"});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user