Skip to content

Commit

Permalink
no
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaTheLEGEND committed Feb 5, 2024
1 parent 1098645 commit bd8140a
Show file tree
Hide file tree
Showing 11 changed files with 27,060 additions and 0 deletions.
20,293 changes: 20,293 additions & 0 deletions gs/html5/subway-surfers/4399.z.js

Large diffs are not rendered by default.

Binary file not shown.
19 changes: 19 additions & 0 deletions gs/html5/subway-surfers/Build/SanFrancisco/SanFrancisco.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"companyName": "Kiloo Games",
"productName": "Subway Surfers",
"productVersion": "1.94.0",
"dataUrl": "SanFrancisco.data.unityweb",
"wasmCodeUrl": "SanFrancisco.wasm.code.unityweb",
"wasmFrameworkUrl": "SanFrancisco.wasm.framework.unityweb",
"asmCodeUrl": "SanFrancisco.asm.code.unityweb",
"asmMemoryUrl": "SanFrancisco.asm.memory.unityweb",
"asmFrameworkUrl": "SanFrancisco.asm.framework.unityweb",
"TOTAL_MEMORY": 0,
"graphicsAPI": ["WebGL 2.0","WebGL 1.0"],
"webglContextAttributes": {"preserveDrawingBuffer": false},
"splashScreenStyle": "Dark",
"backgroundColor": "#231F20",
"developmentBuild": false,
"multithreading": false,
"unityVersion": "2019.4.18f1"
}
Binary file not shown.

Large diffs are not rendered by default.

2,519 changes: 2,519 additions & 0 deletions gs/html5/subway-surfers/UnityLoader.2019.2.js

Large diffs are not rendered by default.

45 changes: 45 additions & 0 deletions gs/html5/subway-surfers/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@

<!DOCTYPE html>
<html>

<head>
<base href="https://megathelegend.github.io/File-Z-backend/gs/html5/subway-surfers/" target="_blank">
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Subway Surfers</title>

<script type="text/javascript" src="4399.z.js"></script>
<script>
window.config = {
loader: 'unity',
debug: false,
maxRatio: 16 / 9,
minRatio: 9 / 16,

title: 'Subway Surfers: San Francisco',

unityVersion: '2019.4.18f1',
unityWebglBuildUrl: 'Build\/SanFrancisco\/SanFrancisco.json',

fileSize: 35,
cachedDecompressedFileSizes: {
'SanFrancisco.asm.code.unityweb': 0,
'SanFrancisco.asm.framework.unityweb': 0,
'SanFrancisco.asm.memory.unityweb': 0,
'SanFrancisco.data.unityweb': 0,
'SanFrancisco.wasm.code.unityweb': 0,
'SanFrancisco.wasm.framework.unityweb': 0,
},
};
</script>
</head>

<body>
<script src="master-loader.js"></script>

</body>


</body>

</html>
29 changes: 29 additions & 0 deletions gs/html5/subway-surfers/master-loader.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
"use strict";
var scripts = document.getElementsByTagName("script"),
scriptUrl = scripts[scripts.length - 1].src,
root = scriptUrl.split("master-loader.js")[0],
loaders = {
unity: "unity.js",
"unity-beta": "unity-beta.js",
"unity-2020": "unity-2020.js"
};
if (0 <= window.location.href.indexOf("pokiForceLocalLoader") && (loaders.unity = "/unity/dist/unity.js", loaders["unity-beta"] = "/unity-beta/dist/unity-beta.js", loaders["unity-2020"] = "/unity-2020/dist/unity-2020.js", root = "/loaders"), !window.config) throw Error("window.config not found");
var loader = loaders[window.config.loader];
if (!loader) throw Error('Loader "' + window.config.loader + '" not found');
if (!window.config.unityWebglLoaderUrl) {
var versionSplit = window.config.unityVersion ? window.config.unityVersion.split(".") : [],
year = versionSplit[0],
minor = versionSplit[1];
switch (year) {
case "2019":
window.config.unityWebglLoaderUrl = 1 === minor ? "UnityLoader.2019.1.js" : "UnityLoader.2019.2.js";
break;
default:
window.config.unityWebglLoaderUrl = "UnityLoader.js"
}
}
var sdkScript = document.createElement("script");
sdkScript.src = "poki-sdk.js", sdkScript.onload = function() {
var i = document.createElement("script");
i.src = root + loader, document.body.appendChild(i)
}, document.body.appendChild(sdkScript);
4,129 changes: 4,129 additions & 0 deletions gs/html5/subway-surfers/poki-sdk-core-v2.234.2.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions gs/html5/subway-surfers/poki-sdk.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions gs/html5/subway-surfers/unity.js

Large diffs are not rendered by default.

0 comments on commit bd8140a

Please sign in to comment.