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.

black bar

Clay 8ea86a01 822df37b

+42 -1
+37 -1
game/Custom.css
··· 1361 1361 1362 1362 @keyframes credits_scroll { 1363 1363 from { 1364 - transform: translateY(600px); 1364 + transform: translateY(510px); 1365 1365 } 1366 1366 to { 1367 1367 transform: translateY(-100%); ··· 1391 1391 & h2 { 1392 1392 margin-top: 0.5rem; 1393 1393 margin-bottom: 0.5rem; 1394 + } 1395 + } 1396 + & > .credits-bottom-bar { 1397 + position: absolute; 1398 + bottom: 0; 1399 + left: 0; 1400 + width: 100%; 1401 + height: 57px; 1402 + background: #000; 1403 + } 1404 + & > .credits-menu-btn { 1405 + position: absolute; 1406 + bottom: 20px; 1407 + left: 50%; 1408 + transform: translateX(-50%); 1409 + z-index: 1; 1410 + background: url("images/interface/Button_long.png") no-repeat; 1411 + background-size: 100% 100%; 1412 + border: none; 1413 + width: 32%; 1414 + height: 37px; 1415 + line-height: 1.41; 1416 + font-family: "dwarventodcraft" !important; 1417 + font-size: x-large; 1418 + color: #00c400; 1419 + text-shadow: 1420 + 1px 1px 0px rgb(92 97 111), 1421 + -1px -1.5px 0px rgba(0, 0, 0, 0.7); 1422 + text-transform: uppercase; 1423 + cursor: url(images/interface/Pointer.cur), pointer; 1424 + &:hover { 1425 + color: #01e901; 1426 + } 1427 + &:active { 1428 + background-image: url("images/interface/Button_long_down.png"); 1429 + line-height: 1.49; 1394 1430 } 1395 1431 } 1396 1432 & > .content {
+5
game/menu/html/credits.html
··· 297 297 <h2>You, the player</h2> 298 298 <h2>Thank you!</h2> 299 299 </div> 300 + 301 + <div class="credits-bottom-bar"></div> 302 + <div class="credits-menu-btn" onclick="PlaySound2('tap'); SelectModal(0);"> 303 + Back To Main Menu 304 + </div>