Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
Signed-off-by: ClaytonTDM <[email protected]>
  • Loading branch information
ClaytonTDM committed Oct 9, 2024
1 parent 5f4165c commit 0f5dd7b
Show file tree
Hide file tree
Showing 18 changed files with 8 additions and 8 deletions.
Binary file modified game/images/Card/Plants/BoomWallNut.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed game/images/Plants/WallNut/0.gif
Binary file not shown.
Binary file added game/images/Plants/WallNut/0.webp
Binary file not shown.
Binary file modified game/images/Plants/WallNut/1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed game/images/Plants/WallNut/2.gif
Binary file not shown.
Binary file added game/images/Plants/WallNut/2.webp
Binary file not shown.
Binary file added game/images/Plants/WallNut/BoomWallNut.webp
Binary file not shown.
Binary file removed game/images/Plants/WallNut/BoomWallNutRoll.gif
Binary file not shown.
Binary file removed game/images/Plants/WallNut/HugeWallNutRoll.gif
Binary file not shown.
Binary file removed game/images/Plants/WallNut/WallNut.gif
Binary file not shown.
Binary file added game/images/Plants/WallNut/WallNut.webp
Binary file not shown.
Binary file removed game/images/Plants/WallNut/WallNutRoll.gif
Binary file not shown.
Binary file added game/images/Plants/WallNut/WallNutRoll.webp
Binary file not shown.
Binary file removed game/images/Plants/WallNut/Wallnut_cracked1.gif
Binary file not shown.
Binary file added game/images/Plants/WallNut/Wallnut_cracked1.webp
Binary file not shown.
Binary file removed game/images/Plants/WallNut/Wallnut_cracked2.gif
Binary file not shown.
Binary file added game/images/Plants/WallNut/Wallnut_cracked2.webp
Binary file not shown.
16 changes: 8 additions & 8 deletions game/js/CPlants.js
Original file line number Diff line number Diff line change
Expand Up @@ -4293,8 +4293,8 @@ BirthStyle: function (c, e, b, a) {
Tooltip: "",
PicArr: [
"images/Card/Plants/WallNut.png",
"images/Plants/WallNut/0.gif",
"images/Plants/WallNut/WallNutRoll.gif",
"images/Plants/WallNut/0.webp",
"images/Plants/WallNut/WallNutRoll.webp",
],
AudioArr: ["bowling", "bowlingimpact", "bowlingimpact2"],
Produce: "",
Expand Down Expand Up @@ -4444,8 +4444,8 @@ BirthStyle: function (c, e, b, a) {
Stature: 1,
PicArr: [
"images/Card/Plants/HugeWallNut.png",
"images/Plants/WallNut/2.gif",
"images/Plants/WallNut/HugeWallNutRoll.gif",
"images/Plants/WallNut/2.webp",
"images/Plants/WallNut/HugeWallNutRoll.webp",
],
PrivateBirth: function (a) {
PlayAudio("bowling");
Expand Down Expand Up @@ -4482,9 +4482,9 @@ BirthStyle: function (c, e, b, a) {
CName: "Explode-o-nut",
PicArr: [
"images/Card/Plants/BoomWallNut.png",
"images/Plants/WallNut/1.gif",
"images/Plants/WallNut/BoomWallNutRoll.gif",
"images/Plants/CherryBomb/Boom.gif",
"images/Plants/WallNut/1.webp",
"images/Plants/WallNut/BoomWallNutRoll.webp",
"images/Plants/CherryBomb/Boom.webp",
],
AudioArr: ["cherrybomb", "bowling"],
PrivateBirth: function (a) {
Expand Down Expand Up @@ -4512,7 +4512,7 @@ BirthStyle: function (c, e, b, a) {
EditEle(
m.childNodes[1],
{
src: "images/Plants/CherryBomb/Boom.gif",
src: "images/Plants/CherryBomb/Boom.webp",
},
{
width: "213px",
Expand Down

0 comments on commit 0f5dd7b

Please sign in to comment.