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.

please work

ROBlNET13 e22c2e01 6ca8a074

+7 -4
+6 -4
game/js/Cfunction.js
··· 148 148 Init(e, g, b, d) { 149 149 var c; 150 150 var a = window; 151 - e.LoadMusic ? (PlayMusic(e.LoadMusic), NewAudio({ source: "ChooseYourSeeds", loop: true })) : PlayMusic((e.LoadMusic = "ChooseYourSeeds")); 151 + e.LoadMusic ? (PlayMusic(e.LoadMusic, e.MusicEnabled), NewAudio({ source: "ChooseYourSeeds", loop: true })) : PlayMusic((e.LoadMusic = "ChooseYourSeeds")); 152 152 if (b !== d) { 153 153 for (c in b) { 154 154 a[c] !== d ? ((this.GlobalVariables[c] = a[c]), (a[c] = b[c])) : (this.LvlVariables[c] = a[c] = b[c]); ··· 2638 2638 document.cookie = a + "=0;"; 2639 2639 }), 2640 2640 (WordUTF8 = 2641 - '<div id="dLogo" style="position:absolute;width:900px;height:600px;z-index:1"><span id="commit" style="position: absolute;color: #ffffff0f;bottom: 0;user-select: none;"></span><div id="LogoWord" style="position:absolute;color:#FF0;top:300px;width:100%;height:100px"><span style="position:absolute;width:305px;height:150px;left:285px;top:5px;cursor:url(images/interface/Pointer.cur),pointer" onclick="PlayAudio(\'gravebutton\');StopMusic();PlayMusic(oS.LoadMusic);SetBlock($(\'dSurface\'),$(\'iSurfaceBackground\'));ShowNameDiv();sa_event(\'clickstart0js\')"></span><div style="position:absolute;font-size:14px;left:660px;text-align:center;width:140px;top:185px;line-height:1.5;font-weight:bold"><span style="cursor:url(images/interface/Pointer.cur),pointer"><span id="" style=""></span></span></div></div><div style="position:absolute;width:74px;height:41px;left:807px;top:502px;cursor:url(images/interface/Pointer.cur),pointer;z-index:300" onclick="SetVisible($(\'dProcess\'))"></div><img src="" style="position:absolute;left:550px;top:-40px"></div>'); 2641 + '<div id="dLogo" style="position:absolute;width:900px;height:600px;z-index:1"><span id="commit" style="position: absolute;color: #ffffff0f;bottom: 0;user-select: none;"></span><div id="LogoWord" style="position:absolute;color:#FF0;top:300px;width:100%;height:100px"><span style="position:absolute;width:305px;height:150px;left:285px;top:5px;cursor:url(images/interface/Pointer.cur),pointer" onclick="PlayAudio(\'gravebutton\');PlayMusic(oS.LoadMusic);SetBlock($(\'dSurface\'),$(\'iSurfaceBackground\'));ShowNameDiv();sa_event(\'clickstart0js\')"></span><div style="position:absolute;font-size:14px;left:660px;text-align:center;width:140px;top:185px;line-height:1.5;font-weight:bold"><span style="cursor:url(images/interface/Pointer.cur),pointer"><span id="" style=""></span></span></div></div><div style="position:absolute;width:74px;height:41px;left:807px;top:502px;cursor:url(images/interface/Pointer.cur),pointer;z-index:300" onclick="SetVisible($(\'dProcess\'))"></div><img src="" style="position:absolute;left:550px;top:-40px"></div>'); 2642 2642 2643 2643 (ShowNameDiv = function () { 2644 2644 oSym.Start(); ··· 3251 3251 } 3252 3252 : function () {}), 3253 3253 (PlayMusic = $User.HTML5 3254 - ? function (b) { 3254 + ? function (b, enabled) { 3255 3255 var a = oAudio[b]; 3256 - if (a) { 3256 + if (enabled == true || enabled == undefined) { 3257 + if (a) { 3257 3258 try { 3258 3259 a.currentTime = 0; 3259 3260 } catch (c) {} ··· 3261 3262 } else { 3262 3263 NewMusic(b); 3263 3264 oAudio[b].play(); 3265 + } 3264 3266 } 3265 3267 } 3266 3268 : function (a) {
+1
game/level/0.js
··· 70 70 LevelEName: 0, 71 71 ShowScroll: 1, 72 72 LoadMusic: "MyScrapbook", 73 + MusicEnabled: false, 73 74 AudioArr: [ 74 75 "losemusic", 75 76 "winmusic",