Skip to content

Commit

Permalink
tombofthemask
Browse files Browse the repository at this point in the history
  • Loading branch information
RedNotSus committed Jan 6, 2025
1 parent 860e5eb commit ad584fa
Show file tree
Hide file tree
Showing 14 changed files with 204 additions and 0 deletions.
6 changes: 6 additions & 0 deletions static/assets/json/load/games.json
Original file line number Diff line number Diff line change
Expand Up @@ -1217,6 +1217,12 @@
"image": "/misc/sm64/img.png",
"usesProxy": false
},
{
"name": "Tomb Of The Mask",
"url": "/misc/play/tombofthemask.html",
"image": "/misc/tombofthemask/img.png",
"usesProxy": false
},
{
"name": "Smash Karts",
"url": "https://htmlxm.github.io/h/smash-karts/",
Expand Down
86 changes: 86 additions & 0 deletions static/misc/play/tombofthemask.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
<!DOCTYPE html>
<html lang="en">

<head>
<link rel="icon" type="image/x-icon" href="/img/favicon.ico" />
<script src="/assets/js/font.js"></script>
<meta name="google" content="notranslate" />
<link rel="stylesheet" type="text/css" href="/assets/css/style.css" />
<link rel="stylesheet" href="/assets/css/nav.css?v=3" />
<title>Google</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Rednotsus" />
<meta http-equiv="Cache-control" content="public">
<meta charset="utf-8">
<meta name="description"
content="Canvas LMS is an open and reliable web-based software that allows institutions to manage digital learning, educators to create and present online learning materials and assess student learning, and students to engage in courses and receive feedback about skill development and learning achievement." />
<meta name="keywords"
content="unblocked games, 55gms tk, 55gms, reds exploit corner, games, unblocked, site, lanier, lanier middle school, gg, Minecraft, discord, chromebook, chromeos, rednotsus, vanillacraft, eaglercraft unblocked, resent client unblocked, fun, cool, proxy, slope unblocked, free, unblocked monkey mart, 555gms, 5gms, school" />
<link rel="stylesheet" href="/assets/css/gameframe.css" />
<script src="/assets/js/script.js?v=11"></script>
</head>

<body>
<nav>
<div class="navbar">
<a id="nav-title" href="/">Reds Exploit Corner</a>
<a href="/g"><i class="fa-solid fa-gamepad">&nbsp;</i>Games</a>
<a href="/a"><i class="fa-solid fa-box-archive">&nbsp;</i>Apps</a>
<a href="/-"><i class="fa-solid fa-tv">&nbsp;</i>Media</a>
<a href="/e"><i class="fa-solid fa-robot"></i>&nbsp;</i>AI</a>
<a href="/s"><i class="fa-solid fa-gears">&nbsp;</i>Settings</a>
<a href="/profile"><i class="fa-solid fa-user"></i></a>
</div>
</nav>

<div id="gameframe">
<div class="gameDisplay">
<div class="game">
<iframe id="iframe" src="/misc/tombofthemask/"></iframe>
</div>
<div class="options">
<div class="left">
<div class="gametext">
<img src="/misc/tombofthemask/img.png" class="gameicon" />
<div class="margin">
<div class="flex">
<h1 class="titletext">Tomb Of The Mask</h1>
</div>
<span class="bytext">By Playgendary</span>
</div>
</div>
</div>
<div class="right">
<i class="fa-solid fa-rotate-right reloadbtn" id="reloadbtn"></i>
<i class="fa-solid fa-expand fullscreenbtn" onclick="fullscreen();"></i>
</div>
</div>
</div>
</div>
<div class="addisplay" id="addisplay">
<ins id="adElement"></ins>
<div class="script-container"></div>
<div class="adtext">Advertisement</div>

</div>
<script>
var elem = document.getElementById("iframe");

function fullscreen() {
if (elem.requestFullscreen) {
elem.requestFullscreen();
} else if (elem.webkitRequestFullscreen) {
elem.webkitRequestFullscreen();
} else if (elem.msRequestFullscreen) {
elem.msRequestFullscreen();
}
}
function reload() {
document.getElementById("iframe").src += "";
}
reloadbtn.onclick = reload;
</script>
<script src="/assets/js/ad.js?v=1"></script>
</body>

</html>
24 changes: 24 additions & 0 deletions static/misc/tombofthemask/UnityProgress.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
function UnityProgress(gameInstance, progress) {
if (!gameInstance.Module)
return;
if (!gameInstance.logo) {
gameInstance.logo = document.createElement("div");
gameInstance.logo.className = "logo " + gameInstance.Module.splashScreenStyle;
gameInstance.container.appendChild(gameInstance.logo);
}
if (!gameInstance.progress) {
gameInstance.progress = document.createElement("div");
gameInstance.progress.className = "progress " + gameInstance.Module.splashScreenStyle;
gameInstance.progress.empty = document.createElement("div");
gameInstance.progress.empty.className = "empty";
gameInstance.progress.appendChild(gameInstance.progress.empty);
gameInstance.progress.full = document.createElement("div");
gameInstance.progress.full.className = "full";
gameInstance.progress.appendChild(gameInstance.progress.full);
gameInstance.container.appendChild(gameInstance.progress);
}
gameInstance.progress.full.style.width = (100 * progress) + "%";
gameInstance.progress.empty.style.width = (100 * (1 - progress)) + "%";
if (progress == 1)
gameInstance.logo.style.display = gameInstance.progress.style.display = "none";
}
4 changes: 4 additions & 0 deletions static/misc/tombofthemask/d5fuh3d/UnityLoader.js

Large diffs are not rendered by default.

Binary file not shown.
13 changes: 13 additions & 0 deletions static/misc/tombofthemask/d5fuh3d/totm.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"companyName": "DefaultCompany",
"productName": "totm",
"dataUrl": "totm.data.unityweb",
"wasmCodeUrl": "totm.wasm.code.unityweb",
"wasmFrameworkUrl": "totm.wasm.framework.unityweb",
"TOTAL_MEMORY": 268435456,
"graphicsAPI": ["WebGL 2.0", "WebGL 1.0"],
"webglContextAttributes": {"preserveDrawingBuffer": false},
"splashScreenStyle": "Dark",
"backgroundColor": "#231F20",
"cacheControl": {"default": "must-revalidate"}
}
Binary file not shown.

Large diffs are not rendered by default.

Binary file added static/misc/tombofthemask/img.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions static/misc/tombofthemask/index.html

Large diffs are not rendered by default.

Binary file added static/misc/tombofthemask/progressEmpty.Dark.png
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 static/misc/tombofthemask/progressFull.Dark.png
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 static/misc/tombofthemask/progressLogo.Dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
62 changes: 62 additions & 0 deletions static/misc/tombofthemask/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
.webgl-content * {border: 0; margin: 0; padding: 0}
.webgl-content {top: 0; left: 0;}

.webgl-content .logo, .progress {position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.webgl-content .logo {background: url('progressLogo.Light.png') no-repeat center / contain; width: 154px; height: 130px;}
.webgl-content .progress {height: 18px; width: 141px; margin-top: 90px;}
.webgl-content .progress .empty {background: url('progressEmpty.Light.png') no-repeat right / cover; float: right; width: 100%; height: 100%; display: inline-block;}
.webgl-content .progress .full {background: url('progressFull.Light.png') no-repeat left / cover; float: left; width: 0%; height: 100%; display: inline-block;}

.webgl-content .logo.Dark {background-image: url('progressLogo.Dark.png');}
.webgl-content .progress.Dark .empty {background-image: url('progressEmpty.Dark.png');}
.webgl-content .progress.Dark .full {background-image: url('progressFull.Dark.png');}

.webgl-content .footer {margin-top: 5px; height: 38px; line-height: 38px; font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 18px;}
.webgl-content .footer .webgl-logo, .title, .fullscreen {height: 100%; display: inline-block; background: transparent center no-repeat;}
.webgl-content .footer .webgl-logo {background-image: url('webgl-logo.png'); width: 204px; float: left;}
.webgl-content .footer .title {margin-right: 10px; float: right;}
.webgl-content .footer .fullscreen {background-image: url('fullscreen.png'); width: 38px; float: right;}

body, html{
margin:0;
padding:0;
}

#gameContainer canvas{
position:absolute;
transform:translate(-50%, -50%);
top:50%;
left:50%;

}

.simmer{
position:absolute;
bottom:10px;
right:10px;
color:#aaa;
font-size:9px;
font-family:sans-serif;
font-family:sans-serif;

/*want to remove the simmer branding? uncomment display:none below!*/
/*display:none;*/
}

.simmer a{
color:#cccccc;
text-decoration:none;
font-size:12px;
transition:opacity 3s;

}

.simmer a:hover{
color:#fff;
text-decoration:underline;
}

.simmer.hide {
opacity:0;
}

0 comments on commit ad584fa

Please sign in to comment.