Skip to content

Commit

Permalink
revert sun for now
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 740f607 commit ed6c394
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file removed game/images/interface/Sun.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion game/js/CPlants.js
Original file line number Diff line number Diff line change
Expand Up @@ -9851,7 +9851,7 @@ oFlowerVase = InheritO(CPlants, {

case "SunNum":
EleCard.style = "left:10px;top:12.5px;width:64px;height:64px;";
EleCard.src = "images/interface/Sun.webp";
EleCard.src = "images/interface/Sun.png";
break;
}

Expand Down
2 changes: 1 addition & 1 deletion game/js/Cfunction.js
Original file line number Diff line number Diff line change
Expand Up @@ -2554,7 +2554,7 @@ var $User = (function () {
),
oSym.addTask(800, DisappearSun, [g], 3));
ArSun[g] = { id: g, N: e, C: 1, left: h, top: d };
NewImg(g, "images/interface/Sun.webp", c, EDAll, {
NewImg(g, "images/interface/Sun.png", c, EDAll, {
onclick: function () {
ClickSun(this.id);
},
Expand Down
2 changes: 1 addition & 1 deletion game/level/0.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ oS.Init({
a = "images/interface/";
return [
ShadowPNG,
a + "Sun.webp",
a + "Sun.png",
a + "ZombieHand.png",
a + "OptionsMenuback" + b + ".png",
a + "OptionsBackButton" + b + ".png",
Expand Down

0 comments on commit ed6c394

Please sign in to comment.