Skip to content

Commit

Permalink
misc fixes
Browse files Browse the repository at this point in the history
Signed-off-by: ClaytonTDM <[email protected]>
  • Loading branch information
ClaytonTDM committed Oct 7, 2024
1 parent 16578e8 commit 585a8bb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
4 changes: 0 additions & 4 deletions game/UI.css
Original file line number Diff line number Diff line change
Expand Up @@ -370,8 +370,6 @@ td.HandBookZombie {

#iSurfaceBackground .riddle {
position: absolute;
background: url(images/interface/SelectorScreenChallenges_32.png) no-repeat;
_background: url(images/interface/SelectorScreenChallenges_8.png) no-repeat;
left: 478px;
top: 303px;
width: 286px;
Expand All @@ -381,8 +379,6 @@ td.HandBookZombie {

#iSurfaceBackground .handbook {
position: absolute;
background: url(images/interface/SelectorScreen_Almanac_32.png) no-repeat;
_background: url(images/interface/SelectorScreen_Almanac_8.png) no-repeat;
left: 374px;
top: 428px;
width: 99px;
Expand Down
3 changes: 0 additions & 3 deletions game/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@
height: 150px;
left: 468px;
top: 82px;
background: url(images/interface/SelectorScreen_Shadow_Adventure.png);
"
></div>
<div
Expand All @@ -184,7 +183,6 @@
height: 136px;
left: 476px;
top: 208px;
background: url(images/interface/SelectorScreen_Shadow_Survival.png);
"
></div>
<div
Expand All @@ -200,7 +198,6 @@
height: 127px;
left: 480px;
top: 307px;
background: url(images/interface/SelectorScreen_Shadow_Challenge.png);
"
></div>
<div
Expand Down
2 changes: 1 addition & 1 deletion game/level/SunPower.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ oS.Init(
CustomSpecial(oSunFlower, 5, a);
}
StopMusic();
NewMusic((oS.LoadMusic = oS.StartGameMusic));
PlayMusic((oS.LoadMusic = oS.StartGameMusic));
SetVisible($("tdShovel"), $("dFlagMeter"), $("dTop"));
oS.InitLawnMower();
PrepareGrowPlants(function () {
Expand Down

0 comments on commit 585a8bb

Please sign in to comment.