frontend/rocketleague/index.html
2023-10-09 16:20:56 -04:00

41 lines
1.2 KiB
HTML

<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="robots" content="noindex, nofollow">
<title>Rocket League</title>
<script>
window.config = {
loader: 'unity',
debug: false,
maxRatio: 16 / 9,
minRatio: 9 / 16,
title: 'Legends',
thumbnail: 'RocketSoccer.jpg',
numScreenshots: 4,
unityWebglBuildUrl: 'build.json',
unityWebglLoaderUrl: 'UnityLoader.js',
// **** Optional Settings ****
fileSize: 27,
loadingComments: ['Loading...'],
cachedDecompressedFileSizes: {
'RSD 1.1.0rc4.wasm.framework.unityweb':538308,
'https://raw.githubusercontent.com/supremegmes/supremegmes.github.io/main/games/rocketSoccer/RSD%201.1.0rc4.wasm.code.unityweb':26620102,
'https://raw.githubusercontent.com/supremegmes/supremegmes.github.io/main/games/rocketSoccer/RSD%201.1.0rc4.data.unityweb':29723236,
},
//
};
</script>
</head>
<body>
<script src="master-loader.js"></script>
</body>
</html>
<script src="/js/all.js"></script>