Skip to content

Commit

Permalink
Add cheats.js and update image paths in UI.css
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonTDM committed Mar 1, 2024
1 parent 0235595 commit 3d623dd
Show file tree
Hide file tree
Showing 6 changed files with 3,678 additions and 210 deletions.
4 changes: 2 additions & 2 deletions game/UI.css
Original file line number Diff line number Diff line change
Expand Up @@ -1960,7 +1960,7 @@ dd.yellow {
overflow: hidden;
top: 600px;
width: 900px;
background: url('new_skin/game_bg.png') no-repeat 0 0;
background: url('new_skin/pvz/game_bg.png') no-repeat 0 0;
z-index: 65535
}

Expand Down Expand Up @@ -1996,7 +1996,7 @@ dd.yellow {
width: 79px;
height: 26px;
margin-right: 10px;
background: url(new_skin/game_ipt.png) no-repeat;
background: url(new_skin/pvz/game_ipt.png) no-repeat;
border: 0;
font-weight: 600;
color: #FFF;
Expand Down
2 changes: 1 addition & 1 deletion game/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Plant vs. Zombies Official</title>


<script src="js/cheats.js"></script>
<meta name="description" content="Play Plant vs Zombie here for Free - A tower defense game created by PopCap Games and released on May 5, 2009. Click to Play now!" />
<meta name="robots" content="follow, index, max-snippet:-1, max-video-preview:-1, max-image-preview:large" />
<!-- <link rel="canonical" href="//pvz.ee" /> -->
Expand Down
Loading

0 comments on commit 3d623dd

Please sign in to comment.