Skip to content

Commit

Permalink
fix shrooms and some unfinished wallnut testing
Browse files Browse the repository at this point in the history
Signed-off-by: ClaytonTDM <[email protected]>
  • Loading branch information
ClaytonTDM committed Oct 10, 2024
1 parent 484920b commit 1f96cc7
Show file tree
Hide file tree
Showing 16 changed files with 26 additions and 3 deletions.
2 changes: 1 addition & 1 deletion game/level/izombie4.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
oS.Init({
PName: [oPeashooter, oSunFlower, oIFumeShroom, oWallNut, oSnowPea],
PName: [oPeashooter, oSunFlower, oFumeShroom, oWallNut, oSnowPea],
ZName: [oIZombie, oIBucketheadZombie, oIJackinTheBoxZombie],
PicArr: [
"images/interface/background2.jpg",
Expand Down
4 changes: 2 additions & 2 deletions game/level/izombie9.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ oS.Init({
oSnowPea,
oChomper,
oFumeShroom,
oIScaredyShroom,
oScaredyShroom,
oSquash,
oThreepeater,
oTorchwood,
oTallNut,
oSplitPea,
oStarfruit,
oIHypnoShroom,
oHypnoShroom,
],
ZName: [
oIImp,
Expand Down
23 changes: 23 additions & 0 deletions wallnutTest.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>wallnut keyframing</title>
</head>
<body>
<img src="game/images/Plants/WallNut/0.webp" style="rotate: 0deg;"><br>
<div width="100px" height="2px" style="background-color: red; height: 2px; margin-top: -7px;"></div>
<img src="wallnuts/blehh rol0003.jpg"><br><br>
<div width="100px" height="2px" style="background-color: red; height: 2px; width: 100px; position: absolute;"></div>
</body>
</html>



<!--
0deg 0 0
25deg 0 -1px
55deg 3px 0
90deg
-->
Binary file added wallnuts/blehh rol0001.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added wallnuts/blehh rol0002.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added wallnuts/blehh rol0003.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added wallnuts/blehh rol0004.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added wallnuts/blehh rol0005.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added wallnuts/blehh rol0006.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added wallnuts/blehh rol0007.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added wallnuts/blehh rol0008.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added wallnuts/blehh rol0009.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added wallnuts/blehh rol0010.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added wallnuts/blehh rol0011.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added wallnuts/blehh rol0012.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added wallnuts/blehh rol0013.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1f96cc7

Please sign in to comment.