61 lines
1.6 KiB
HTML
61 lines
1.6 KiB
HTML
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<!-- Google tag (gtag.js) -->
|
|
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-7L02W3ZMS5"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag(){dataLayer.push(arguments);}
|
|
gtag('js', new Date());
|
|
|
|
gtag('config', 'G-7L02W3ZMS5');
|
|
</script>
|
|
<script async="" crossorigin="anonymous" src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5648726754785335"></script>
|
|
<script>
|
|
window["GD_OPTIONS"] = {
|
|
"gameId": "2fcaf318a64d4a92a0fce2e9e81f1157",
|
|
"onEvent": function(event) {
|
|
switch (event.name) {
|
|
case "SDK_GAME_START":
|
|
// advertisement done, resume game logic and unmute audio
|
|
if (window.bottleScreen){
|
|
window.bottleScreen.resumeGame()
|
|
}
|
|
break;
|
|
case "SDK_GAME_PAUSE":
|
|
// pause game logic / mute audio
|
|
if (window.bottleScreen){
|
|
window.bottleScreen.pauseGame()
|
|
}
|
|
break;
|
|
case "SDK_GDPR_TRACKING":
|
|
// this event is triggered when your user doesn't want to be tracked
|
|
break;
|
|
case "SDK_GDPR_TARGETING":
|
|
// this event is triggered when your user doesn't want personalised targeting of ads and such
|
|
break;
|
|
}
|
|
},
|
|
};
|
|
</script>
|
|
<link href="art/icon16x16.png" rel="shortcut icon"/>
|
|
<style type="text/css">
|
|
|
|
|
|
|
|
body {
|
|
background: #000000;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
}
|
|
</style>
|
|
<script src="scripts/lz-string.min.js"></script>
|
|
<script src="scripts/phaser.min.js"></script>
|
|
<script src="scripts/hello-compiled.js"></script>
|
|
|
|
</head>
|
|
<body>
|
|
<div id="thegame"></div>
|
|
</body>
|
|
</html> |