update to rawcdn.githack.com

This commit is contained in:
Sky 2023-09-03 13:19:53 -04:00
parent e89fb84b50
commit f76bf00b07
5 changed files with 11 additions and 11 deletions

View File

@ -23,7 +23,7 @@
var Module = { var Module = {
TOTAL_MEMORY: 201326592, TOTAL_MEMORY: 201326592,
filePackagePrefixURL: "https://raw.githubusercontent.com/EmulatorOS/gfile/main/adcap/Release/", 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: [], preRun: [],
postRun: [], postRun: [],
print: (function() { print: (function() {
@ -62,16 +62,16 @@
}; };
Module.setStatus('Downloading (0.0/1)'); Module.setStatus('Downloading (0.0/1)');
</script> </script>
<script src="https://raw.githack.com/EmulatorOS/gfile/main/adcap/Release/UnityConfig.js"></script> <script src="https://rawcdn.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/fileloader.js"></script>
<script> <script>
if (!(!Math.fround)) { if (!(!Math.fround)) {
var script = document.createElement('script'); 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); document.body.appendChild(script);
} else { } else {
var codeXHR = new XMLHttpRequest(); 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() { codeXHR.onload = function() {
var code = codeXHR.responseText; var code = codeXHR.responseText;
if (!Math.fround) { if (!Math.fround) {

View File

@ -1,8 +1,8 @@
{ {
"companyName": "Destruction Crew", "companyName": "Destruction Crew",
"productName": "Rocket Soccer", "productName": "Rocket Soccer",
"dataUrl": "https://raw.githack.com/supremegmes/supremegmes.github.io/main/games/rocketSoccer/RSD%201.1.0rc4.data.unityweb", "dataUrl": "https://rawcdn.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", "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", "wasmFrameworkUrl": "RSD%201.1.0rc4.wasm.framework.unityweb",
"TOTAL_MEMORY": 268435456, "TOTAL_MEMORY": 268435456,
"graphicsAPI": ["WebGL 2.0", "WebGL 1.0"], "graphicsAPI": ["WebGL 2.0", "WebGL 1.0"],

View File

@ -24,8 +24,8 @@
loadingComments: ['Loading...'], loadingComments: ['Loading...'],
cachedDecompressedFileSizes: { cachedDecompressedFileSizes: {
'RSD 1.1.0rc4.wasm.framework.unityweb':538308, '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://rawcdn.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.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