mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-19 03:52:08 -05:00
79 lines
2.8 KiB
HTML
79 lines
2.8 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<script src="/js/all.js"></script>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>Smash Karts</title>
|
|
<script>
|
|
window.config = {
|
|
loader: 'unity-2020',
|
|
debug: false,
|
|
maxRatio: 16 / 9,
|
|
minRatio: 9 / 16,
|
|
|
|
title: 'Smash Karts',
|
|
thumbnail: './9c9e529b14731be871b07b89660bbc2a.png',
|
|
numScreenshots: 4 ,
|
|
|
|
unityVersion: '2021.2.14f1',
|
|
unityWebglBuildUrl: '',
|
|
|
|
fileSize: 65 ,
|
|
cachedDecompressedFileSizes: {
|
|
'49bd3a5092f1fdd2d06dc7310d087454.data': 212 ,
|
|
'548505e139656ff7ae9715fcc93cbe6d.wasm': 212 ,
|
|
'5d3af382427db7ead36c6078ea8ec787.js': 212 ,
|
|
'SmashKartsGraveyard16poki.loader.js': 212 ,
|
|
},
|
|
"metadata": {"poki_template_version":1,"background_color":"#1B70F0","code_filename":"548505e139656ff7ae9715fcc93cbe6d.wasm","company_name":"TallTeam","data_filename":"49bd3a5092f1fdd2d06dc7310d087454.data","development_player":"false","framework_filename":"5d3af382427db7ead36c6078ea8ec787.js","height":"600","loader_filename":"SmashKartsGraveyard16poki.loader.js","product_name":"Smash Karts","product_version":"2.0.2","splash_screen_style":"Light","unity_version":"2021.2.14f1","use_data_caching":"true","use_threads":"false","use_wasm":"true","use_webgl_1_0":"true","use_webgl_2_0":"true","width":"960"}
|
|
};
|
|
</script>
|
|
<!-- will be copied to the resulting head //-->
|
|
</head>
|
|
<body>
|
|
<script src="js/v3/master-loader.js"></script>
|
|
<script src="js/unity-mod.js"></script>
|
|
<!-- will be copied to the resulting body //-->
|
|
<script src="js/firebase/9.9.3/firebase-app-compat.js"></script>
|
|
<script src="js/firebase/9.9.3/firebase-auth-compat.js"></script>
|
|
<script src="js/firebase/9.9.3/firebase-database-compat.js"></script>
|
|
<script src="js/firebase/9.9.3/firebase-analytics-compat.js"></script>
|
|
<script src="js/firebase/9.9.3/firebase-performance-compat.js"></script>
|
|
<script src="js/firebase/9.9.3/firebase-functions-compat.js"></script>
|
|
<script src="scripts/main.js"></script>
|
|
<script src="scripts/auth-v3.js"></script>
|
|
<script>
|
|
var firebaseConfig = {
|
|
apiKey: "AIzaSyAdY2qq9083amKDS0R8tn2tjIKQB8mocco",
|
|
authDomain: "webgltest-17af1.firebaseapp.com",
|
|
databaseURL: "https://webgltest-17af1.firebaseio.com",
|
|
projectId: "webgltest-17af1",
|
|
storageBucket: "webgltest-17af1.appspot.com",
|
|
messagingSenderId: "480659433590",
|
|
appId: "1:480659433590:web:a01ad1599e963843a0d757",
|
|
measurementId: "G-1W23DRFHK9"
|
|
};
|
|
// Initialize Firebase
|
|
firebase.initializeApp(firebaseConfig);
|
|
var firebaseSupported = false;
|
|
if(firebase.analytics != null)
|
|
{
|
|
firebase.analytics.isSupported().then((isSupported) =>
|
|
{
|
|
if (isSupported)
|
|
{
|
|
analytics = firebase.analytics();
|
|
firebaseSupported = true;
|
|
}
|
|
else
|
|
{
|
|
console.log("firebase.analytics() not supported ");
|
|
}
|
|
})
|
|
}
|
|
|
|
</script>
|
|
</body>
|
|
</html>
|