mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-15 18:12:08 -05:00
update to rawcdn.githack.com
This commit is contained in:
parent
e89fb84b50
commit
f76bf00b07
@ -23,7 +23,7 @@
|
||||
var Module = {
|
||||
TOTAL_MEMORY: 201326592,
|
||||
filePackagePrefixURL: "https://raw.githubusercontent.com/EmulatorOS/gfile/main/adcap/Release/",
|
||||
memoryInitializerPrefixURL: "https://raw.githack.com/EmulatorOS/gfile/main/adcap/Release/",
|
||||
memoryInitializerPrefixURL: "https://rawcdn.githack.com/EmulatorOS/gfile/main/adcap/Release/",
|
||||
preRun: [],
|
||||
postRun: [],
|
||||
print: (function() {
|
||||
@ -62,16 +62,16 @@
|
||||
};
|
||||
Module.setStatus('Downloading (0.0/1)');
|
||||
</script>
|
||||
<script src="https://raw.githack.com/EmulatorOS/gfile/main/adcap/Release/UnityConfig.js"></script>
|
||||
<script src="https://raw.githack.com/EmulatorOS/gfile/main/adcap/Release/fileloader.js"></script>
|
||||
<script src="https://rawcdn.githack.com/EmulatorOS/gfile/main/adcap/Release/UnityConfig.js"></script>
|
||||
<script src="https://rawcdn.githack.com/EmulatorOS/gfile/main/adcap/Release/fileloader.js"></script>
|
||||
<script>
|
||||
if (!(!Math.fround)) {
|
||||
var script = document.createElement('script');
|
||||
script.src = "https://raw.githack.com/EmulatorOS/gfile/main/adcap/Release/webgl.js";
|
||||
script.src = "https://rawcdn.githack.com/EmulatorOS/gfile/main/adcap/Release/webgl.js";
|
||||
document.body.appendChild(script);
|
||||
} else {
|
||||
var codeXHR = new XMLHttpRequest();
|
||||
codeXHR.open('GET', 'https://raw.githack.com/EmulatorOS/gfile/main/adcap/Release/webgl.js', true);
|
||||
codeXHR.open('GET', 'https://rawcdn.githack.com/EmulatorOS/gfile/main/adcap/Release/webgl.js', true);
|
||||
codeXHR.onload = function() {
|
||||
var code = codeXHR.responseText;
|
||||
if (!Math.fround) {
|
||||
|
@ -1,8 +1,8 @@
|
||||
{
|
||||
"companyName": "Destruction Crew",
|
||||
"productName": "Rocket Soccer",
|
||||
"dataUrl": "https://raw.githack.com/supremegmes/supremegmes.github.io/main/games/rocketSoccer/RSD%201.1.0rc4.data.unityweb",
|
||||
"wasmCodeUrl": "https://raw.githack.com/supremegmes/supremegmes.github.io/main/games/rocketSoccer/RSD%201.1.0rc4.wasm.code.unityweb",
|
||||
"dataUrl": "https://rawcdn.githack.com/supremegmes/supremegmes.github.io/main/games/rocketSoccer/RSD%201.1.0rc4.data.unityweb",
|
||||
"wasmCodeUrl": "https://rawcdn.githack.com/supremegmes/supremegmes.github.io/main/games/rocketSoccer/RSD%201.1.0rc4.wasm.code.unityweb",
|
||||
"wasmFrameworkUrl": "RSD%201.1.0rc4.wasm.framework.unityweb",
|
||||
"TOTAL_MEMORY": 268435456,
|
||||
"graphicsAPI": ["WebGL 2.0", "WebGL 1.0"],
|
||||
|
@ -24,8 +24,8 @@
|
||||
loadingComments: ['Loading...'],
|
||||
cachedDecompressedFileSizes: {
|
||||
'RSD 1.1.0rc4.wasm.framework.unityweb':538308,
|
||||
'https://raw.githack.com/supremegmes/supremegmes.github.io/main/games/rocketSoccer/RSD%201.1.0rc4.wasm.code.unityweb':26620102,
|
||||
'https://raw.githack.com/supremegmes/supremegmes.github.io/main/games/rocketSoccer/RSD%201.1.0rc4.data.unityweb':29723236,
|
||||
'https://rawcdn.githack.com/supremegmes/supremegmes.github.io/main/games/rocketSoccer/RSD%201.1.0rc4.wasm.code.unityweb':26620102,
|
||||
'https://rawcdn.githack.com/supremegmes/supremegmes.github.io/main/games/rocketSoccer/RSD%201.1.0rc4.data.unityweb':29723236,
|
||||
},
|
||||
//
|
||||
};
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user