deploy pmd

This commit is contained in:
Christopher Monsanto 2024-02-26 19:50:49 -05:00
parent 4af6063cc1
commit 5d7ed4fa2c

View File

@ -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"});
}