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.

repo link

Clay 0a366a19 26d68ad5

+2 -2
+1 -1
game/index.html
··· 199 199 <div class="Sunflower_trophy"> 200 200 <script> 201 201 document.write( 202 - '<img onclick="window.open(\'https://github.com/Plants-vs-Zombies-MODDED/game\')" title="Producer" alt="3" src="images/interface/Sunflower_trophy32.png">' 202 + '<img onclick="window.open(\'https://repo.pvzm.net\')" title="Producer" alt="3" src="images/interface/Sunflower_trophy32.png">' 203 203 ); 204 204 </script> 205 205 </div>
+1 -1
game/js/Cfunction.js
··· 3051 3051 }; 3052 3052 3053 3053 var GotoAuthorWebsite = function () { 3054 - window.open("https://github.com/Plants-vs-Zombies-MODDED/game"); 3054 + window.open("https://repo.pvzm.net"); 3055 3055 }; 3056 3056 3057 3057 var InitGame = function () {