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.

Format "Merge pull request #28 from Plants-vs-Zombies-MODDED/izombie-level-verification-staging" Original commit: https://github.com/Plants-vs-Zombies-MODDED/game/commit/203b567ec03220263ee00bde0a25318375cd8d6b

Co-authored-by: ClaytonTDM <hi@clay.rip>

+7 -3
+2 -1
game/UI.css
··· 636 636 background: url(images/interface/Button.png) no-repeat; 637 637 } 638 638 639 - #imgSF, #imgSFNT { 639 + #imgSF, 640 + #imgSFNT { 640 641 position: absolute; 641 642 cursor: url(images/interface/Pointer.cur), pointer; 642 643 z-index: 256;
+1 -1
game/images/Zombies/CX/v.html
··· 1 - 1aae7e8be36b8692663f7ec877496cb64663b9a1 1 + 203b567ec03220263ee00bde0a25318375cd8d6b
+4 -1
game/level/izombieleveleditor.js
··· 528 528 copyButtonElement.style.display = "none"; 529 529 titleElement.innerText = "Loading..."; 530 530 // download lvl as a backup 531 - downloadBytesAsFile(encodeIZL3(cloneFromPlants(`Backup of "${l}" @ ${new Date().toISOString()}`, f)), `BACKUP_${l.replaceAll(" ", "_")}_${new Date().toISOString()}.izl3`); 531 + downloadBytesAsFile( 532 + encodeIZL3(cloneFromPlants(`Backup of "${l}" @ ${new Date().toISOString()}`, f)), 533 + `BACKUP_${l.replaceAll(" ", "_")}_${new Date().toISOString()}.izl3` 534 + ); 532 535 alert( 533 536 "RULES:\n\n" + 534 537 "1. Playability Required - Your level must be completable. Test it before submitting to ensure it's actually possible to beat.\n" +