mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-15 18:12:08 -05:00
60sburgerrun fix
This commit is contained in:
parent
1aa7a75cf7
commit
58afbae0f4
@ -12,7 +12,7 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<title>Achievement Unlocked</title>
|
<title>60s Burger Run</title>
|
||||||
<style>html{background-color:#000;}</style>
|
<style>html{background-color:#000;}</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -28,7 +28,7 @@
|
|||||||
player.style.width = "100%";
|
player.style.width = "100%";
|
||||||
player.style.height = "100%";
|
player.style.height = "100%";
|
||||||
container.appendChild(player);
|
container.appendChild(player);
|
||||||
player.load("achievementunlocked.swf");
|
player.load("60sBurgerRun.swf");
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user