added tanuki-sunset to games

This commit is contained in:
mileswa1q22
2024-10-21 14:52:42 +00:00
committed by GitHub
parent 10431c84bc
commit abb39c5162
8 changed files with 33 additions and 0 deletions
+1
View File
@@ -151,6 +151,7 @@
<a href="/wedrowemdlemtest/webretro-master/webretro-master/embed/Mario & Luigi_ Superstar Saga.html">Mario & Luigi_ Superstar Saga</a>
<a href="/wedrowemdlemtest/webretro-master/webretro-master/embed/Metroid Fusion.html">Metroid Fusion</a>
<a href="/wedrowemdlemtest/webretro-master/webretro-master/embed/Mario Kart 64.html">Mario Kart 64</a>
<a href="/games/tanuki-sunset-main.zip_unzipped/tanuki-sunset-main/index.html">tanuki-sunset</a>
</head>
</form>
<div id="disqus_thread"></div>
@@ -0,0 +1 @@
function UnityProgress(e,s){e.Module&&(e.logo||(e.logo=document.createElement("div"),e.logo.className="logo "+e.Module.splashScreenStyle,e.container.appendChild(e.logo)),e.progress||(e.progress=document.createElement("div"),e.progress.className="progress "+e.Module.splashScreenStyle,e.progress.empty=document.createElement("div"),e.progress.empty.className="empty",e.progress.appendChild(e.progress.empty),e.progress.full=document.createElement("div"),e.progress.full.className="full",e.progress.appendChild(e.progress.full),e.container.appendChild(e.progress)),e.progress.full.style.width=100*s+"%",e.progress.empty.style.width=100*(1-s)+"%",1==s&&(e.logo.style.display=e.progress.style.display="none"))}
@@ -0,0 +1 @@
.webgl-content *{border:0;margin:0;padding:0}.progress,.webgl-content .logo{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.webgl-content .logo{background:url(progressLogo.Light.png) no-repeat 50%/contain;height:130px;width:154px}.webgl-content .progress{height:18px;margin-top:90px;width:141px}.webgl-content .progress .empty{background:url(progressEmpty.Light.png) no-repeat 100%/cover;display:inline-block;float:right;height:100%;width:100%}.webgl-content .progress .full{background:url(progressFull.Light.png) no-repeat 0/cover;display:inline-block;float:left;height:100%;width:0}.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{font-family:Helvetica,Verdana,Arial,sans-serif;font-size:18px;height:38px;line-height:38px;margin-top:5px}.fullscreen,.title,.webgl-content .footer .webgl-logo{background:transparent 50% no-repeat;display:inline-block;height:100%}.webgl-content .footer .webgl-logo{background-image:url(webgl-logo.png);float:left;width:204px}.webgl-content .footer .title{float:right;margin-right:10px}.webgl-content .footer .fullscreen{background-image:url(fullscreen.png);float:right;width:38px}
@@ -0,0 +1,16 @@
<html>
<header>
<link rel="stylesheet" href="TemplateData/style.css">
<script src="TemplateData/UnityProgress.js"></script>
<script src="tanuki_sunset.js"></script>
<script>
var gameInstance = UnityLoader.instantiate("gameContainer", "tanuki_sunset.json", {onProgress: UnityProgress,Module:{onRuntimeInitialized: function() {UnityProgress(gameInstance, "complete")}}});
</script>
</header>
<body style="margin: 0;">
<div class="webgl-content">
<div id="gameContainer" style="width: 1366px; height: 768px; margin: auto"></div>
</div>
</body>
</html>
File diff suppressed because one or more lines are too long
@@ -0,0 +1,13 @@
{
"companyName": "Squid Squad Games",
"productName": "Tanuki Sunset",
"dataUrl": "https://cdn.glitch.com/022179ac-678c-40ab-ab02-33b34ed23a18%2Ftanuki_sunset.data.unityweb",
"wasmCodeUrl": "tanuki_sunset.wasm.code.unityweb",
"wasmFrameworkUrl": "tanuki_sunset.wasm.framework.unityweb",
"TOTAL_MEMORY": 268435456,
"graphicsAPI": ["WebGL 2.0", "WebGL 1.0"],
"webglContextAttributes": {"preserveDrawingBuffer": false},
"splashScreenStyle": "Dark",
"backgroundColor": "#231F20",
"cacheControl": {"default": "must-revalidate"}
}