Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: ClaytonTDM <[email protected]>
  • Loading branch information
ClaytonTDM committed Oct 8, 2024
1 parent ed18ed8 commit f34e112
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions game/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,7 @@
<div id="tdShovel">
<img
id="imgShovel"
src="images/interface/Shovel/0.gif"
src="images/interface/Shovel/0.webp"
onmousedown="ChoseShovel(event)"
/>
</div>
Expand All @@ -890,7 +890,7 @@
<div>
<img
border="0"
src="images/Plants/SunFlower/0.gif"
src="images/Plants/SunFlower/0.webp"
width="73"
height="74"
/><br />
Expand All @@ -906,7 +906,7 @@
<div style="left: 50%; padding-top: 95px">
<img
border="0"
src="images/Zombies/Zombie/0.gif"
src="images/Zombies/Zombie/0.webp"
width="149"
height="130"
/><br />
Expand Down

0 comments on commit f34e112

Please sign in to comment.