-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1098645
commit bd8140a
Showing
11 changed files
with
27,060 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file added
BIN
+26.7 MB
gs/html5/subway-surfers/Build/SanFrancisco/SanFrancisco.data.unityweb
Binary file not shown.
19 changes: 19 additions & 0 deletions
19
gs/html5/subway-surfers/Build/SanFrancisco/SanFrancisco.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 added
BIN
+24.6 MB
gs/html5/subway-surfers/Build/SanFrancisco/SanFrancisco.wasm.code.unityweb
Binary file not shown.
24 changes: 24 additions & 0 deletions
24
gs/html5/subway-surfers/Build/SanFrancisco/SanFrancisco.wasm.framework.unityweb
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
4,129
gs/html5/subway-surfers/poki-sdk-core-v2.234.2.js
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.