Skip to content

Commit

Permalink
Update Custom.css and Cfunction.js
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 e51b01a commit a2c089b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions game/Custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
#dTitle,
#dTitle * {
font-family: "pico12" !important;
z-index: 999999 !important;
}
#bMainMenu {
text-transform: uppercase;
Expand Down
Binary file added game/audio/journey1.mp3
Binary file not shown.
2 changes: 2 additions & 0 deletions game/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@
<div
class="riddle"
onmouseover="this.style.backgroundPosition='bottom';"
onmousemove='ViewGenericMouseover(`<span style="color:red"><b>NEW!</b></span> Custom I, Zombie Levels!`,event)'
onmouseout="SetHidden($('dTitle'))"
onmouseout="this.style.backgroundPosition='top'"
onclick="ShowRiddleGame()"
></div>
Expand Down
3 changes: 2 additions & 1 deletion game/js/Cfunction.js
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,6 @@ var $User = (function () {
"visibility:hidden;z-index:50",
EDAll
);
NewEle("dTitle", "div", 0, 0, $("dBody"));
innerText(ESSunNum, i.SunNum);
InitPCard();
i.ShowScroll
Expand Down Expand Up @@ -3742,3 +3741,5 @@ var $User = (function () {
};
f(r);
});

NewEle("dTitle", "div", 0, 0, $("dBody"));

0 comments on commit a2c089b

Please sign in to comment.