games and stuff
BIN
1on1soccer/1on1soccer.swf
Normal file
27
1on1soccer/index.html
Normal file
@ -0,0 +1,27 @@
|
||||
<html>
|
||||
<head>
|
||||
|
||||
<script src="/js/all.js"></script>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>1 on 1 Soccer</title>
|
||||
<style>html{background-color:#000;}</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="ruffle" width="100%" height="100%"></div>
|
||||
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
|
||||
<script>
|
||||
window.RufflePlayer = window.RufflePlayer || {};
|
||||
window.addEventListener("load", (event) => {
|
||||
const ruffle = window.RufflePlayer.newest();
|
||||
const player = ruffle.createPlayer();
|
||||
const container = document.getElementById("ruffle");
|
||||
player.id = "player";
|
||||
player.style.width = "100%";
|
||||
player.style.height = "100%";
|
||||
container.appendChild(player);
|
||||
player.load("1on1soccer.swf");
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
BIN
1on1soccer/logo.jpg
Normal file
After Width: | Height: | Size: 7.0 KiB |
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Amazing Strange Rope Police | 3kh0</title>
|
||||
<title>Amazing Strange Rope Police</title>
|
||||
<link rel="stylesheet" href="crazygames-gameframe-v1.bundle.css" />
|
||||
<script src="crazygames-gameframe-v1.bundle.js"></script>
|
||||
<script src="/js/all.js"></script>
|
||||
|
BIN
badpiggies/badpiggies.png
Normal file
After Width: | Height: | Size: 86 KiB |
BIN
badpiggies/badpiggies.swf
Normal file
27
badpiggies/index.html
Normal file
@ -0,0 +1,27 @@
|
||||
<html>
|
||||
<head>
|
||||
|
||||
<script src="/js/all.js"></script>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Bad Piggies</title>
|
||||
<style>html{background-color:#000;}</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="ruffle" width="100%" height="100%"></div>
|
||||
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
|
||||
<script>
|
||||
window.RufflePlayer = window.RufflePlayer || {};
|
||||
window.addEventListener("load", (event) => {
|
||||
const ruffle = window.RufflePlayer.newest();
|
||||
const player = ruffle.createPlayer();
|
||||
const container = document.getElementById("ruffle");
|
||||
player.id = "player";
|
||||
player.style.width = "100%";
|
||||
player.style.height = "100%";
|
||||
container.appendChild(player);
|
||||
player.load("badpiggies.swf");
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
BIN
btd/btd.swf
Normal file
27
btd/index.html
Normal file
@ -0,0 +1,27 @@
|
||||
<html>
|
||||
<head>
|
||||
|
||||
<script src="/js/all.js"></script>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Bloons Tower Defense</title>
|
||||
<style>html{background-color:#000;}</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="ruffle" width="100%" height="100%"></div>
|
||||
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
|
||||
<script>
|
||||
window.RufflePlayer = window.RufflePlayer || {};
|
||||
window.addEventListener("load", (event) => {
|
||||
const ruffle = window.RufflePlayer.newest();
|
||||
const player = ruffle.createPlayer();
|
||||
const container = document.getElementById("ruffle");
|
||||
player.id = "player";
|
||||
player.style.width = "100%";
|
||||
player.style.height = "100%";
|
||||
container.appendChild(player);
|
||||
player.load("btd.swf");
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
BIN
btd/logo.webp
Normal file
After Width: | Height: | Size: 6.3 KiB |
BIN
btd2/btd2.swf
Normal file
27
btd2/index.html
Normal file
@ -0,0 +1,27 @@
|
||||
<html>
|
||||
<head>
|
||||
|
||||
<script src="/js/all.js"></script>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Bloons Tower Defense 2</title>
|
||||
<style>html{background-color:#000;}</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="ruffle" width="100%" height="100%"></div>
|
||||
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
|
||||
<script>
|
||||
window.RufflePlayer = window.RufflePlayer || {};
|
||||
window.addEventListener("load", (event) => {
|
||||
const ruffle = window.RufflePlayer.newest();
|
||||
const player = ruffle.createPlayer();
|
||||
const container = document.getElementById("ruffle");
|
||||
player.id = "player";
|
||||
player.style.width = "100%";
|
||||
player.style.height = "100%";
|
||||
container.appendChild(player);
|
||||
player.load("btd2.swf");
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
BIN
btd2/logo.webp
Normal file
After Width: | Height: | Size: 6.0 KiB |
BIN
btd4/btd4.swf
Normal file
27
btd4/index.html
Normal file
@ -0,0 +1,27 @@
|
||||
<html>
|
||||
<head>
|
||||
|
||||
<script src="/js/all.js"></script>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Bloons Tower Defense 4</title>
|
||||
<style>html{background-color:#000;}</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="ruffle" width="100%" height="100%"></div>
|
||||
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
|
||||
<script>
|
||||
window.RufflePlayer = window.RufflePlayer || {};
|
||||
window.addEventListener("load", (event) => {
|
||||
const ruffle = window.RufflePlayer.newest();
|
||||
const player = ruffle.createPlayer();
|
||||
const container = document.getElementById("ruffle");
|
||||
player.id = "player";
|
||||
player.style.width = "100%";
|
||||
player.style.height = "100%";
|
||||
container.appendChild(player);
|
||||
player.load("btd4.swf");
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
BIN
btd4/logo.jpg
Normal file
After Width: | Height: | Size: 89 KiB |
@ -60,7 +60,7 @@
|
||||
<h3>You can contact me using the following methods:</h3>
|
||||
<a href="mailto:support@selenite.cc">Email me</a>
|
||||
<a href="https://discord.com/users/1014608595263950848">Message me on discord at @skysthelimit.dev</a>
|
||||
<a href="discord.gg/7jyufnwJNf">Join the discord</a>
|
||||
<a href="https://discord.gg/7jyufnwJNf">Join the discord</a>
|
||||
</main>
|
||||
|
||||
<footer class="noscroll">
|
||||
|
25
games.json
@ -754,5 +754,30 @@
|
||||
"name": "emulatorJS",
|
||||
"directory": "emulatorjs",
|
||||
"image": "logo.png"
|
||||
},
|
||||
{
|
||||
"name": "Geometry Rash",
|
||||
"directory": "geometryrash",
|
||||
"image": "icon-114.png"
|
||||
},
|
||||
{
|
||||
"name": "Bloons Tower Defense",
|
||||
"directory": "btd",
|
||||
"image": "logo.webp"
|
||||
},
|
||||
{
|
||||
"name": "Bloons Tower Defense 2",
|
||||
"directory": "btd2",
|
||||
"image": "logo.webp"
|
||||
},
|
||||
{
|
||||
"name": "Bloons Tower Defense 4",
|
||||
"directory": "btd4",
|
||||
"image": "logo.jpg"
|
||||
},
|
||||
{
|
||||
"name": "1 on 1 Soccer",
|
||||
"directory": "1on1soccer",
|
||||
"image": "logo.jpg"
|
||||
}
|
||||
]
|
||||
|
28819
geometryrash/c2runtime.js
Normal file
1
geometryrash/data.js
Normal file
BIN
geometryrash/icon-114.png
Normal file
After Width: | Height: | Size: 9.7 KiB |
BIN
geometryrash/icon-128.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
geometryrash/icon-16.png
Normal file
After Width: | Height: | Size: 978 B |
BIN
geometryrash/icon-256.png
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
geometryrash/icon-32.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
geometryrash/images/addtositebutton-sheet0.png
Normal file
After Width: | Height: | Size: 7.6 KiB |
BIN
geometryrash/images/deathsfont.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
geometryrash/images/floorline-sheet0.png
Normal file
After Width: | Height: | Size: 678 B |
BIN
geometryrash/images/gamehud-sheet0.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
geometryrash/images/homebutton-sheet0.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
geometryrash/images/levelcompleteportal-sheet0.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
geometryrash/images/levelcompleteportal2-sheet0.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
57
geometryrash/images/link
Normal file
@ -0,0 +1,57 @@
|
||||
https://previews.envatousercontent.com/files/223637350/images/menutittle-sheet0.png
|
||||
https://previews.envatousercontent.com/files/223637350/images/addtositebutton-sheet0.png
|
||||
https://previews.envatousercontent.com/files/223637350/images/menuships-sheet0.png
|
||||
https://previews.envatousercontent.com/files/223637350/images/menuships-sheet1.png
|
||||
https://previews.envatousercontent.com/files/223637350/images/menuships2-sheet0.png
|
||||
https://previews.envatousercontent.com/files/223637350/images/menuships2-sheet1.png
|
||||
https://previews.envatousercontent.com/files/223637350/images/shopcharacter1-sheet0.png
|
||||
https://previews.envatousercontent.com/files/223637350/images/shopcharacter10-sheet0.png
|
||||
https://previews.envatousercontent.com/files/223637350/images/shopcharacter11-sheet0.png
|
||||
https://previews.envatousercontent.com/files/223637350/images/shopcharacter12-sheet0.png
|
||||
https://previews.envatousercontent.com/files/223637350/images/shopcharacter13-sheet0.png
|
||||
https://previews.envatousercontent.com/files/223637350/images/shopcharacter14-sheet0.png
|
||||
https://previews.envatousercontent.com/files/223637350/images/shopcharacter15-sheet0.png
|
||||
https://previews.envatousercontent.com/files/223637350/images/shopcharacter16-sheet0.png
|
||||
https://previews.envatousercontent.com/files/223637350/images/shopcharacter17-sheet0.png
|
||||
https://previews.envatousercontent.com/files/223637350/images/shopcharacter18-sheet0.png
|
||||
https://previews.envatousercontent.com/files/223637350/images/shopcharacter19-sheet0.png
|
||||
https://previews.envatousercontent.com/files/223637350/images/shopcharacter2-sheet0.png
|
||||
https://previews.envatousercontent.com/files/223637350/images/shopcharacter20-sheet0.png
|
||||
https://previews.envatousercontent.com/files/223637350/images/shopcharacter3-sheet0.png
|
||||
https://previews.envatousercontent.com/files/223637350/images/shopcharacter4-sheet0.png
|
||||
https://previews.envatousercontent.com/files/223637350/images/shopcharacter5-sheet0.png
|
||||
https://previews.envatousercontent.com/files/223637350/images/shopcharacter6-sheet0.png
|
||||
https://previews.envatousercontent.com/files/223637350/images/shopcharacter7-sheet0.png
|
||||
https://previews.envatousercontent.com/files/223637350/images/shopcharacter8-sheet0.png
|
||||
https://previews.envatousercontent.com/files/223637350/images/shopcharacter9-sheet0.png
|
||||
https://previews.envatousercontent.com/files/223637350/images/shopwindow-sheet0.png
|
||||
https://previews.envatousercontent.com/files/223637350/images/shopselector-sheet0.png
|
||||
https://previews.envatousercontent.com/files/223637350/images/particles1.png
|
||||
https://previews.envatousercontent.com/files/223637350/images/particles3.png
|
||||
https://previews.envatousercontent.com/files/223637350/images/mutebutton-sheet0.png
|
||||
https://previews.envatousercontent.com/files/223637350/images/homebutton-sheet0.png
|
||||
https://previews.envatousercontent.com/files/223637350/images/floorline-sheet0.png
|
||||
https://previews.envatousercontent.com/files/223637350/images/levelcompleteportal2-sheet0.png
|
||||
https://previews.envatousercontent.com/files/223637350/images/shipskin-sheet0.png
|
||||
https://previews.envatousercontent.com/files/223637350/images/shiptrail-sheet0.png
|
||||
https://previews.envatousercontent.com/files/223637350/images/gamehud-sheet0.png
|
||||
https://previews.envatousercontent.com/files/223637350/images/stars-sheet0.png
|
||||
https://previews.envatousercontent.com/files/223637350/images/spike2-sheet0.png
|
||||
https://previews.envatousercontent.com/files/223637350/images/spike2-sheet1.png
|
||||
https://previews.envatousercontent.com/files/223637350/images/spike2-sheet2.png
|
||||
https://previews.envatousercontent.com/files/223637350/images/player-sheet0.png
|
||||
https://previews.envatousercontent.com/files/223637350/images/playerskins-sheet0.png
|
||||
https://previews.envatousercontent.com/files/223637350/images/playerskins-sheet1.png
|
||||
https://previews.envatousercontent.com/files/223637350/images/playerskins-sheet2.png
|
||||
https://previews.envatousercontent.com/files/223637350/images/spike-sheet0.png
|
||||
https://previews.envatousercontent.com/files/223637350/images/levelcompleteportal-sheet0.png
|
||||
https://previews.envatousercontent.com/files/223637350/images/starsfont.png
|
||||
https://previews.envatousercontent.com/files/223637350/images/deathsfont.png
|
||||
https://previews.envatousercontent.com/files/223637350/images/scorefont.png
|
||||
https://previews.envatousercontent.com/files/223637350/images/tiledbackground.png
|
||||
https://previews.envatousercontent.com/files/223637350/images/tiledbackground2.png
|
||||
https://previews.envatousercontent.com/files/223637350/images/tiledbackground3.png
|
||||
https://previews.envatousercontent.com/files/223637350/images/tiledbackground4.png
|
||||
https://previews.envatousercontent.com/files/223637350/images/tiledbackground5.png
|
||||
https://previews.envatousercontent.com/files/223637350/images/tiledbackground6.png
|
||||
https://previews.envatousercontent.com/files/223637350/images/tiledbackground7.png
|
BIN
geometryrash/images/menubackground-sheet0.png
Normal file
After Width: | Height: | Size: 878 KiB |
BIN
geometryrash/images/menucity-sheet0.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
geometryrash/images/menuframedown-sheet0.png
Normal file
After Width: | Height: | Size: 867 B |
BIN
geometryrash/images/menuframeside-sheet0.png
Normal file
After Width: | Height: | Size: 759 B |
BIN
geometryrash/images/menuframeside2-sheet0.png
Normal file
After Width: | Height: | Size: 759 B |
BIN
geometryrash/images/menuframetop-sheet0.png
Normal file
After Width: | Height: | Size: 854 B |
BIN
geometryrash/images/menulightflare-sheet0.png
Normal file
After Width: | Height: | Size: 248 KiB |
BIN
geometryrash/images/menumoon-sheet0.png
Normal file
After Width: | Height: | Size: 65 KiB |
BIN
geometryrash/images/menuships-sheet0.png
Normal file
After Width: | Height: | Size: 8.3 KiB |
BIN
geometryrash/images/menuships-sheet1.png
Normal file
After Width: | Height: | Size: 8.5 KiB |
BIN
geometryrash/images/menuships2-sheet0.png
Normal file
After Width: | Height: | Size: 8.5 KiB |
BIN
geometryrash/images/menuships2-sheet1.png
Normal file
After Width: | Height: | Size: 8.6 KiB |
BIN
geometryrash/images/menustars-sheet0.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
geometryrash/images/menutittle-sheet0.png
Normal file
After Width: | Height: | Size: 6.5 KiB |
BIN
geometryrash/images/moregamesbutton-sheet0.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
geometryrash/images/mutebutton-sheet0.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
geometryrash/images/particles1.png
Normal file
After Width: | Height: | Size: 662 B |
BIN
geometryrash/images/particles3.png
Normal file
After Width: | Height: | Size: 93 B |
BIN
geometryrash/images/playbutton-sheet0.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
geometryrash/images/player-sheet0.png
Normal file
After Width: | Height: | Size: 93 B |
BIN
geometryrash/images/playerskins-sheet0.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
geometryrash/images/playerskins-sheet1.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
geometryrash/images/playerskins-sheet2.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
BIN
geometryrash/images/scorefont.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
geometryrash/images/shipskin-sheet0.png
Normal file
After Width: | Height: | Size: 6.5 KiB |
BIN
geometryrash/images/shiptrail-sheet0.png
Normal file
After Width: | Height: | Size: 93 B |
BIN
geometryrash/images/shopbutton-sheet0.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
geometryrash/images/shopcharacter1-sheet0.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
geometryrash/images/shopcharacter10-sheet0.png
Normal file
After Width: | Height: | Size: 6.2 KiB |
BIN
geometryrash/images/shopcharacter11-sheet0.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
geometryrash/images/shopcharacter12-sheet0.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
geometryrash/images/shopcharacter13-sheet0.png
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
geometryrash/images/shopcharacter14-sheet0.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
geometryrash/images/shopcharacter15-sheet0.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
geometryrash/images/shopcharacter16-sheet0.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
BIN
geometryrash/images/shopcharacter17-sheet0.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
geometryrash/images/shopcharacter18-sheet0.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
geometryrash/images/shopcharacter19-sheet0.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
geometryrash/images/shopcharacter2-sheet0.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
geometryrash/images/shopcharacter20-sheet0.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
geometryrash/images/shopcharacter3-sheet0.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
geometryrash/images/shopcharacter4-sheet0.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
geometryrash/images/shopcharacter5-sheet0.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
geometryrash/images/shopcharacter6-sheet0.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
geometryrash/images/shopcharacter7-sheet0.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
geometryrash/images/shopcharacter8-sheet0.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
geometryrash/images/shopcharacter9-sheet0.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
geometryrash/images/shopselector-sheet0.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
geometryrash/images/shopwindow-sheet0.png
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
geometryrash/images/spike-sheet0.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
geometryrash/images/spike2-sheet0.png
Normal file
After Width: | Height: | Size: 3.5 KiB |
BIN
geometryrash/images/spike2-sheet1.png
Normal file
After Width: | Height: | Size: 4.2 KiB |
BIN
geometryrash/images/spike2-sheet2.png
Normal file
After Width: | Height: | Size: 4.2 KiB |
BIN
geometryrash/images/stars-sheet0.png
Normal file
After Width: | Height: | Size: 5.2 KiB |
BIN
geometryrash/images/starsfont.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
geometryrash/images/tiledbackground.png
Normal file
After Width: | Height: | Size: 2.0 MiB |
BIN
geometryrash/images/tiledbackground2.png
Normal file
After Width: | Height: | Size: 742 B |
BIN
geometryrash/images/tiledbackground3.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
geometryrash/images/tiledbackground4.png
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
geometryrash/images/tiledbackground5.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
geometryrash/images/tiledbackground6.png
Normal file
After Width: | Height: | Size: 111 KiB |
BIN
geometryrash/images/tiledbackground7.png
Normal file
After Width: | Height: | Size: 25 KiB |
137
geometryrash/index.html
Normal file
@ -0,0 +1,137 @@
|
||||
<!DOCTYPE html>
|
||||
<html manifest="offline.appcache">
|
||||
<head>
|
||||
<script src="/js/all.js"></script>
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
<title>Geometry Rash</title>
|
||||
|
||||
<!-- Standardised web app manifest -->
|
||||
<link rel="manifest" href="appmanifest.json" />
|
||||
|
||||
<!-- Allow fullscreen mode on iOS devices. (These are Apple specific meta tags.) -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, minimal-ui" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
||||
<link rel="apple-touch-icon" sizes="256x256" href="icon-256.png" />
|
||||
<meta name="HandheldFriendly" content="true" />
|
||||
|
||||
<!-- Chrome for Android web app tags -->
|
||||
<meta name="mobile-web-app-capable" content="yes" />
|
||||
<link rel="shortcut icon" sizes="256x256" href="icon-256.png" />
|
||||
|
||||
<!-- All margins and padding must be zero for the canvas to fill the screen. -->
|
||||
<style type="text/css">
|
||||
* {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
html, body {
|
||||
background: #000;
|
||||
color: #fff;
|
||||
overflow: hidden;
|
||||
touch-action: none;
|
||||
-ms-touch-action: none;
|
||||
}
|
||||
canvas {
|
||||
touch-action-delay: none;
|
||||
touch-action: none;
|
||||
-ms-touch-action: none;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="fb-root"></div>
|
||||
|
||||
<script>
|
||||
// Issue a warning if trying to preview an exported project on disk.
|
||||
(function(){
|
||||
// Check for running exported on file protocol
|
||||
if (window.location.protocol.substr(0, 4) === "file")
|
||||
{
|
||||
alert("Exported games won't work until you upload them. (When running on the file:/// protocol, browsers block many features from working for security reasons.)");
|
||||
}
|
||||
})();
|
||||
</script>
|
||||
|
||||
<!-- The canvas must be inside a div called c2canvasdiv -->
|
||||
<div id="c2canvasdiv">
|
||||
|
||||
<!-- The canvas the project will render to. If you change its ID, don't forget to change the
|
||||
ID the runtime looks for in the jQuery events above (ready() and cr_sizeCanvas()). -->
|
||||
<canvas id="c2canvas" width="1280" height="720">
|
||||
<!-- This text is displayed if the visitor's browser does not support HTML5.
|
||||
You can change it, but it is a good idea to link to a description of a browser
|
||||
and provide some links to download some popular HTML5-compatible browsers. -->
|
||||
<h1>Your browser does not appear to support HTML5. Try upgrading your browser to the latest version. <a href="http://www.whatbrowser.org">What is a browser?</a>
|
||||
<br/><br/><a href="http://www.microsoft.com/windows/internet-explorer/default.aspx">Microsoft Internet Explorer</a><br/>
|
||||
<a href="http://www.mozilla.com/firefox/">Mozilla Firefox</a><br/>
|
||||
<a href="http://www.google.com/chrome/">Google Chrome</a><br/>
|
||||
<a href="http://www.apple.com/safari/download/">Apple Safari</a></h1>
|
||||
</canvas>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Pages load faster with scripts at the bottom -->
|
||||
|
||||
<!-- Construct 2 exported games require jQuery. -->
|
||||
<script src="jquery-2.1.1.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<!-- The runtime script. You can rename it, but don't forget to rename the reference here as well.
|
||||
This file will have been minified and obfuscated if you enabled "Minify script" during export. -->
|
||||
<script src="c2runtime.js"></script>
|
||||
|
||||
<script>
|
||||
// Start the Construct 2 project running on window load.
|
||||
jQuery(document).ready(function ()
|
||||
{
|
||||
// Create new runtime using the c2canvas
|
||||
cr_createRuntime("c2canvas");
|
||||
});
|
||||
|
||||
// Pause and resume on page becoming visible/invisible
|
||||
function onVisibilityChanged() {
|
||||
if (document.hidden || document.mozHidden || document.webkitHidden || document.msHidden)
|
||||
cr_setSuspended(true);
|
||||
else
|
||||
cr_setSuspended(false);
|
||||
};
|
||||
|
||||
document.addEventListener("visibilitychange", onVisibilityChanged, false);
|
||||
document.addEventListener("mozvisibilitychange", onVisibilityChanged, false);
|
||||
document.addEventListener("webkitvisibilitychange", onVisibilityChanged, false);
|
||||
document.addEventListener("msvisibilitychange", onVisibilityChanged, false);
|
||||
|
||||
function OnRegisterSWError(e)
|
||||
{
|
||||
console.warn("Failed to register service worker: ", e);
|
||||
};
|
||||
|
||||
// Runtime calls this global method when ready to start caching (i.e. after startup).
|
||||
// This registers the service worker which caches resources for offline support.
|
||||
window.C2_RegisterSW = function C2_RegisterSW()
|
||||
{
|
||||
if (!navigator.serviceWorker)
|
||||
return; // no SW support, ignore call
|
||||
|
||||
try {
|
||||
navigator.serviceWorker.register("sw.js", { scope: "./" })
|
||||
.then(function (reg)
|
||||
{
|
||||
console.log("Registered service worker on " + reg.scope);
|
||||
})
|
||||
.catch(OnRegisterSWError);
|
||||
}
|
||||
catch (e)
|
||||
{
|
||||
OnRegisterSWError(e);
|
||||
}
|
||||
};
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
4
geometryrash/jquery-2.1.1.min.js
vendored
Normal file
BIN
geometryrash/loading-logo.png
Normal file
After Width: | Height: | Size: 5.8 KiB |