mirror of
https://github.com/smogon/sprites.git
synced 2026-08-22 01:35:02 -05:00
deploy pmd
This commit is contained in:
@@ -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"});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user