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 #27 from Plants-vs-Zombies-MODDED/izombie-level-verification" Original commit: https://github.com/Plants-vs-Zombies-MODDED/game/commit/e480217027c04f43c070300f6f086607c1065542

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

+8 -4
+3 -2
game/UI.css
··· 639 639 background: url(images/interface/Button.png) no-repeat; 640 640 } 641 641 642 - #imgSF, #imgSFNT { 642 + #imgSF, 643 + #imgSFNT { 643 644 position: absolute; 644 645 cursor: url(images/interface/Pointer.cur), pointer; 645 646 z-index: 256; ··· 2463 2464 button.jhp:focus { 2464 2465 border: 1px solid #4d90fe; 2465 2466 outline: 0; 2466 - } 2467 + }
+1 -1
game/images/Zombies/CX/v.html
··· 1 - 7d53a1aa7225f2225487095703e6ad9801f12f66 1 + e480217027c04f43c070300f6f086607c1065542
+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" +