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.

added credits button

Clay a58dd5f6 f1cc4257

+99 -33
+1 -1
game/Custom.css
··· 1361 1361 1362 1362 @keyframes credits_scroll { 1363 1363 from { 1364 - transform: translateY(510px); 1364 + transform: translateY(550px); 1365 1365 } 1366 1366 to { 1367 1367 transform: translateY(-100%);
+2
game/index.html
··· 351 351 352 352 <div 353 353 class="BigLevel button" 354 + id="pauseHome" 354 355 onclick=" 355 356 let oldLv = oS.Lvl; 356 357 SelectModal(0); ··· 365 366 <img 366 367 src="images/interface/icon_house.png" 367 368 alt="🏠" 369 + id="pauseHomeIcon" 368 370 style=" 369 371 width: 1.5rem; 370 372 vertical-align: middle;
+17 -2
game/js/Cfunction.js
··· 3191 3191 innerText($("dMenu0"), "Speed"); 3192 3192 ShowOptions(); 3193 3193 } 3194 - document.getElementById("sOptionsMenu").textContent = "Back To Game"; 3194 + $("sOptionsMenu").textContent = "Back To Game"; 3195 + $("pauseHome").textContent = "Home"; 3196 + $("pauseHome").onclick = function () { 3197 + let oldLv = oS.Lvl; 3198 + SelectModal(0); 3199 + SetBlock($('dSurface'), $('iSurfaceBackground')); 3200 + ShowNameDiv(); 3201 + oS.Lvl = oldLv; 3202 + }; 3203 + SetVisible($("pauseHomeIcon")); 3195 3204 if (ArCard[oS.ChoseCard] && ArCard[oS.ChoseCard].DID != null) { 3196 3205 CancelPlant(); 3197 3206 } ··· 3269 3278 }; 3270 3279 3271 3280 var ShowOptions = function () { 3272 - document.getElementById("sOptionsMenu").textContent = "OK"; 3281 + $("sOptionsMenu").textContent = "OK"; 3282 + $("pauseHome").textContent = "Credits"; 3283 + SetHidden($("pauseHomeIcon")); 3284 + $("pauseHome").onclick = function () { 3285 + PlaySound2("tap"); 3286 + LoadMenu("credits"); 3287 + }; 3273 3288 PlaySound2(oS.Lvl ? "gravebutton" : "tap"); 3274 3289 SetBlock($("dOptionsMenuback"), $("dOptionsMenu")); 3275 3290 };
+79 -30
game/menu/html/credits.html
··· 18 18 <strong>Contributor, Playtester, Early Feedback</strong> 19 19 </div> 20 20 <div class="credit-name"> 21 - <a target="_blank" href="https://cutely.strangled.net">Asahi Henjuna (hamhim)</a> 21 + <a target="_blank" href="https://cutely.strangled.net" 22 + >Asahi Henjuna (hamhim)</a 23 + > 22 24 </div> 23 25 </div> 24 26 <div class="credit-line"> ··· 32 34 <div class="credit-line"> 33 35 <div class="credit-role"><strong>Playtester, Early Feedback</strong></div> 34 36 <div class="credit-name"> 35 - <a target="_blank" href="https://bsky.app/profile/did:plc:4bqmxwpozswq4zqhjuawsh56">rileeyyy</a> 37 + <a 38 + target="_blank" 39 + href="https://bsky.app/profile/did:plc:4bqmxwpozswq4zqhjuawsh56" 40 + >rileeyyy</a 41 + > 36 42 </div> 37 43 </div> 38 44 ··· 49 55 <div class="credit-line"> 50 56 <div class="credit-role"><strong>Production Unit</strong></div> 51 57 <div class="credit-name"> 52 - <a target="_blank" href="https://github.com/jiangnangame">JiangNanGame (江南游戏开发社)</a> 58 + <a target="_blank" href="https://github.com/jiangnangame" 59 + >JiangNanGame (江南游戏开发社)</a 60 + > 53 61 </div> 54 62 </div> 55 63 <div class="credit-line"> ··· 74 82 </div> 75 83 <div class="credit-line"> 76 84 <div class="credit-role"></div> 77 - <div class="credit-name">All participants of internal testing at JiangNanGame</div> 85 + <div class="credit-name"> 86 + All participants of internal testing at JiangNanGame 87 + </div> 78 88 </div> 79 89 80 90 <br /> ··· 137 147 138 148 <p> 139 149 <small 140 - >Even though our game isn't based on any decompilations, we still want to acknowledge the hard work of the following projects for how great of a 141 - reference they've been.</small 150 + >Even though our game isn't based on any decompilations, we still want to 151 + acknowledge the hard work of the following projects for how great of a reference 152 + they've been.</small 142 153 > 143 154 </p> 144 155 145 156 <h3> 146 - <a target="_blank" href="https://github.com/headshot2017/re-plants-vs-zombies">re-plants-vs-zombies-fork</a> 157 + <a target="_blank" href="https://github.com/headshot2017/re-plants-vs-zombies" 158 + >re-plants-vs-zombies-fork</a 159 + > 147 160 </h3> 148 161 149 162 <div class="credit-line"> ··· 159 172 </div> 160 173 </div> 161 174 All 162 - <a target="_blank" href="https://github.com/headshot2017/re-plants-vs-zombies">headshot2017/re-plants-vs-zombies</a> 175 + <a target="_blank" href="https://github.com/headshot2017/re-plants-vs-zombies" 176 + >headshot2017/re-plants-vs-zombies</a 177 + > 163 178 and 164 - <a target="_blank" href="https://github.com/Patoke/re-plants-vs-zombies">Patoke/re-plants-vs-zombies</a> 179 + <a target="_blank" href="https://github.com/Patoke/re-plants-vs-zombies" 180 + >Patoke/re-plants-vs-zombies</a 181 + > 165 182 contributors 166 183 167 184 <br /> 168 185 169 186 <h3> 170 - <a target="_blank" href="https://github.com/Electr0Gunner/pvz-quality-of-the-lawn-decompile">PvZ Quality of the Lawn-Decompile</a> 187 + <a 188 + target="_blank" 189 + href="https://github.com/Electr0Gunner/pvz-quality-of-the-lawn-decompile" 190 + >PvZ Quality of the Lawn-Decompile</a 191 + > 171 192 </h3> 172 193 <div class="credit-line"> 173 194 <div class="credit-role"><strong>Decompilation</strong></div> ··· 178 199 <div class="credit-line"> 179 200 <div class="credit-role"><strong>PvZ Modding Association Members</strong></div> 180 201 <div class="credit-name"> 181 - <a target="_blank" href="https://github.com/breakfastbrainz2">BreakfastBrainz2</a> 202 + <a target="_blank" href="https://github.com/breakfastbrainz2" 203 + >BreakfastBrainz2</a 204 + > 182 205 </div> 183 206 </div> 184 207 <div class="credit-line"> ··· 239 262 <h3>PACKAGES</h3> 240 263 241 264 <p> 242 - <a target="_blank" href="https://github.com/ygoe/msgpack.js">@ygoe/msgpack.js</a> 265 + <a target="_blank" href="https://github.com/ygoe/msgpack.js" 266 + >@ygoe/msgpack.js</a 267 + > 243 268 244 - <a target="_blank" href="https://github.com/msgpack/msgpack-javascript">@msgpack/msgpack</a> 269 + <a target="_blank" href="https://github.com/msgpack/msgpack-javascript" 270 + >@msgpack/msgpack</a 271 + > 245 272 • <a target="_blank" href="https://github.com/nodeca/pako">pako</a> • 246 273 <a target="_blank" href="https://github.com/openai/openai-node">openai-node</a> 247 274 • <a target="_blank" href="https://github.com/expressjs/express">express</a> • 248 - <a target="_blank" href="https://github.com/textbook/express-msgpack">express-msgpack</a> 275 + <a target="_blank" href="https://github.com/textbook/express-msgpack" 276 + >express-msgpack</a 277 + > 249 278 250 279 <a target="_blank" href="https://github.com/discordjs/discord.js">discord.js</a> 251 - • <a target="_blank" href="https://github.com/expressjs/cors">cors</a> • <a target="_blank" href="https://github.com/web-mech/badwords">bad-words</a> • 252 - <a target="_blank" href="https://github.com/expressjs/session">express-session</a> 280 + • <a target="_blank" href="https://github.com/expressjs/cors">cors</a> • 281 + <a target="_blank" href="https://github.com/web-mech/badwords">bad-words</a> • 282 + <a target="_blank" href="https://github.com/expressjs/session" 283 + >express-session</a 284 + > 253 285 254 - <a target="_blank" href="https://github.com/roccomuso/memorystore">memorystore</a> 286 + <a target="_blank" href="https://github.com/roccomuso/memorystore" 287 + >memorystore</a 288 + > 255 289 256 290 <a target="_blank" href="https://github.com/jaredhanson/passport">passport</a> • 257 - <a target="_blank" href="https://github.com/cfsghost/passport-github">passport-github2</a> 291 + <a target="_blank" href="https://github.com/cfsghost/passport-github" 292 + >passport-github2</a 293 + > 258 294 • <a target="_blank" href="https://github.com/oxc-project/oxc">oxc</a> • 259 295 <a target="_blank" href="https://github.com/posthog/posthog-js">posthog-js</a> • 260 - <a target="_blank" href="https://github.com/posthog/posthog-node">posthog-node</a> 296 + <a target="_blank" href="https://github.com/posthog/posthog-node" 297 + >posthog-node</a 298 + > 261 299 • <a target="_blank" href="https://github.com/evanw/esbuild">esbuild</a> • 262 - <a target="_blank" href="https://github.com/terser/html-minifier-terser">html-minifier-terser</a> 300 + <a target="_blank" href="https://github.com/terser/html-minifier-terser" 301 + >html-minifier-terser</a 302 + > 263 303 264 - <a target="_blank" href="https://github.com/bluesky-social/atproto/tree/main/packages/api">@atproto/api</a> 304 + <a 305 + target="_blank" 306 + href="https://github.com/bluesky-social/atproto/tree/main/packages/api" 307 + >@atproto/api</a 308 + > 265 309 266 310 <a target="_blank" href="https://github.com/denodrivers/sqlite3">@db/sqlite</a> 267 311 268 - <a target="_blank" href="https://github.com/maaaathis/turnstile-verify">@mathis/turnstile-verify</a> 269 - • <a target="_blank" href="https://github.com/denoland/deno">Deno</a> • <a target="_blank" href="https://github.com/nginx/nginx">NGINX</a> • 312 + <a target="_blank" href="https://github.com/maaaathis/turnstile-verify" 313 + >@mathis/turnstile-verify</a 314 + > 315 + • <a target="_blank" href="https://github.com/denoland/deno">Deno</a> • 316 + <a target="_blank" href="https://github.com/nginx/nginx">NGINX</a> • 270 317 <a target="_blank" href="https://github.com/posthog/posthog">PostHog</a> 271 318 <br /> 272 319 ..and their contributors ··· 275 322 <br /> 276 323 277 324 <p> 278 - <a target="_blank" href="https://bsky.social">Bluesky Social PBC</a> • <a target="_blank" href="https://openai.com">OpenAI, Inc.</a> • 325 + <a target="_blank" href="https://bsky.social">Bluesky Social PBC</a> • 326 + <a target="_blank" href="https://openai.com">OpenAI, Inc.</a> • 279 327 <a target="_blank" href="https://deno.com">Deno Land Inc.</a> • 280 328 <a target="_blank" href="https://posthog.com">PostHog Inc.</a> 281 329 <br /> 282 - <a target="_blank" href="https://cloudflare.com">Cloudflare, Inc.</a> • <a target="_blank" href="https://voidzero.dev">VoidZero Inc.</a> • 330 + <a target="_blank" href="https://cloudflare.com">Cloudflare, Inc.</a> • 331 + <a target="_blank" href="https://voidzero.dev">VoidZero Inc.</a> • 283 332 <a target="_blank" href="https://www.f5.com">F5, Inc.</a> 284 333 </p> 285 334 286 335 <p> 287 - <small>Note: We are not associated with these companies. They just make cool software!</small> 336 + <small 337 + >Note: We are not associated with these companies. They just make cool 338 + software!</small 339 + > 288 340 </p> 289 341 290 342 <br /> ··· 301 353 <div class="credits-bottom-bar"></div> 302 354 <div 303 355 class="credits-menu-btn" 304 - onclick=" 305 - PlaySound2('tap'); 306 - SelectModal(0); 307 - " 356 + onclick="StopSound2('ZombiesOnYourLawn');PlaySound2('tap');AllAudioPauseCanceled();UnloadMenu('credits')" 308 357 > 309 358 Back To Main Menu 310 359 </div>