subwayhavana 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
package/index.html ADDED
@@ -0,0 +1,90 @@
1
+
2
+ <!DOCTYPE html>
3
+ <html>
4
+
5
+ <head>
6
+ <meta charset="utf-8">
7
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8
+ <title>Subway Surfers Havana</title>
9
+ <base href="https://cdn.jsdelivr.net/npm/subwayhavana@1.0.0/">
10
+ <script type="text/javascript">
11
+ document.domain = '4399.com'
12
+ </script>
13
+ <script type="text/javascript" src="4399.js"></script>
14
+ <script>
15
+ window.config = {
16
+ loader: 'unity',
17
+ debug: false,
18
+ maxRatio: 16 / 9,
19
+ minRatio: 9 / 16,
20
+
21
+ title: 'Subway Surfers',
22
+ thumbnail: './4399.png',
23
+ numScreenshots: 4,
24
+
25
+ unityVersion: '2019.2.0f1',
26
+ unityWebglBuildUrl: 'Build\/Havana_4.json',
27
+
28
+ fileSize: 35,
29
+ cachedDecompressedFileSizes: {
30
+ 'Havana_4.asm.code.unityweb': 9060500,
31
+ 'Havana_4.asm.framework.unityweb': 89456,
32
+ 'Havana_4.asm.memory.unityweb': 1003920,
33
+ 'Havana_4.data.unityweb': 18242282,
34
+ 'Havana_4.wasm.code.unityweb': 7332527,
35
+ 'Havana_4.wasm.framework.unityweb': 93787,
36
+ },
37
+ };
38
+ </script>
39
+ </head>
40
+
41
+ <body>
42
+ <script src="./loaders/v3/master-loader.js"></script>
43
+
44
+ <script type="text/javascript">
45
+ window.SDK_OPTIONS = {
46
+ gameId: "7g9kbu9oyqxeerqe35u1hnqwwsj43xqa",
47
+ onEvent: function (a) {
48
+ switch (a.name) {
49
+ case "SDK_GAME_PAUSE":
50
+ // pause game logic / mute audio
51
+ break;
52
+ case "SDK_GAME_START":
53
+ // advertisement done, resume game logic and unmute audio
54
+ break;
55
+ case "SDK_READY":
56
+ // when sdk is ready
57
+ break;
58
+ }
59
+ }
60
+ };
61
+
62
+ </script>
63
+ </body>
64
+
65
+ <script type="text/javascript">
66
+ function google_analytics() {
67
+ if (typeof sdk !== 'undefined' && sdk.showBanner !== 'undefined') {
68
+ sdk.showBanner();
69
+ }
70
+ };
71
+
72
+ function google_analytics_ID() {
73
+ if (typeof sdk !== 'undefined' && sdk.showBanner !== 'undefined') {
74
+ sdk.showBanner();
75
+ }
76
+ };
77
+ setTimeout(function() {
78
+ google_analytics();
79
+ }, 1000);
80
+ setInterval(function() {
81
+ google_analytics_ID();
82
+ }, 65000);
83
+ </script>
84
+
85
+
86
+
87
+
88
+ </body>
89
+
90
+ </html>