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.

new org

Clay 28bd380f afc2bf8b

+2 -2
+1 -1
game/index.html
··· 211 211 <div class="Sunflower_trophy"> 212 212 <script> 213 213 document.write( 214 - '<img onclick="window.open(\'https://github.com/ROBlNET13/pvz\')" title="Producer" alt="3" src="images/interface/Sunflower_trophy32.png">' 214 + '<img onclick="window.open(\'https://github.com/Plants-vs-Zombies-MODDED/game\')" title="Producer" alt="3" src="images/interface/Sunflower_trophy32.png">' 215 215 ); 216 216 </script> 217 217 </div>
+1 -1
game/js/Cfunction.js
··· 3049 3049 }; 3050 3050 3051 3051 var GotoAuthorWebsite = function () { 3052 - window.open("https://github.com/ROBlNET13/pvz"); 3052 + window.open("https://github.com/Plants-vs-Zombies-MODDED/game"); 3053 3053 }; 3054 3054 3055 3055 var InitGame = function () {