https://pvzm.net/ to play [Read-only GitHub mirror] pvzm.net
modded vs pvz plants-vs-zombies plantsvszombies javascript online zombie noads jspvz pvzm game plants plant
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'main' into staging

authored by

Clay and committed by
GitHub
9382fd5d cc75cd13

+5 -1
+1
.github/CODEOWNERS
··· 1 + * @Plants-vs-Zombies-MODDED/Owners
+1 -1
game/images/Zombies/CX/v.html
··· 1 - 13d79e10af595c2fec87d00958667901414ab7d9 1 + 62d0650668ec5f1965e2170b653163615f55842b
+3
scripts/build.sh
··· 3 3 4 4 npm install -g oxlint oxfmt esbuild html-minifier-terser 5 5 6 + # stamp 7 + echo "$CF_PAGES_COMMIT_SHA" > game/images/Zombies/CX/v.html 8 + 6 9 # lint & format 7 10 oxlint . || true 8 11 oxfmt --write . "**/*.{js,md,html,css,yml}"