-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
40 lines (33 loc) · 850 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!-- Play on Poki -->
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Rooftop Snipers 2 - Play on Poki</title>
<script>
window.config = {
loader: 'unity',
debug: false,
maxRatio: 16 / 9,
minRatio: 9 / 16,
title: 'Rooftop Snipers 2',
thumbnail: '895b299e7e49558ca383b23648314860.jpg',
numScreenshots: 4,
unityWebglBuildUrl: 'RooftopSnipers2.json',
unityWebglLoaderUrl: 'UnityLoader.js',
// **** Optional Settings ****
fileSize: 10,
loadingComments: ['Loading...'],
cachedDecompressedFileSizes: {
'RooftopSnipers2.wasm.framework.unityweb':475014,
'RooftopSnipers2.data.unityweb':9563147,
'RooftopSnipers2.wasm.code.unityweb':17055668,
},
//
};
</script>
</head>
<body>
<script src="master-loader.js"></script>
</body>
</html>