-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ok this might seem crazy but hear me out
- Loading branch information
1 parent
f8c9547
commit 6a50730
Showing
461 changed files
with
156,135 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<html> | ||
<head> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<title>Bloons TD | 3kh0</title> | ||
<link rel="icon" type="image/x-icon" href="bloonstd.jpg" /> | ||
<link rel="shortcut icon" type="image/x-icon" href="bloonstd.jpg" /> | ||
</head> | ||
<body> | ||
<script src="/js/main.js"></script> | ||
<div id="ruffle" width="100%" height="100%"></div> | ||
<script src="ruffle.js"></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("bloons_tower_defense_1.swf"); | ||
}); | ||
</script> | ||
</body> | ||
</html> |
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<html> | ||
<head> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<title>BloonsTD 2 | 3kh0</title> | ||
<link rel="icon" type="image/x-icon" href="bloonstd2.png" /> | ||
<link rel="shortcut icon" type="image/x-icon" href="bloonstd2.png" /> | ||
</head> | ||
<body> | ||
<script src="/js/main.js"></script> | ||
<div id="ruffle" width="100%" height="100%"></div> | ||
<script src="ruffle.js"></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> |
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width"> | ||
<title>Bloxors | 3kh0</title> | ||
<link rel="shortcut icon" type="image/ico" href="favicon.ico"> | ||
<script> | ||
window.RufflePlayer = window.RufflePlayer || {}; | ||
window.RufflePlayer.config = { | ||
"publicPath": undefined, | ||
"polyfills": true, | ||
"autoplay": "auto", | ||
"unmuteOverlay": "visible", | ||
"backgroundColor": "black", | ||
"letterbox": "fullscreen", | ||
"warnOnUnsupportedContent": true, | ||
"contextMenu": true, | ||
"showSwfDownload": false, | ||
"upgradeToHttps": window.location.protocol === "https:", | ||
"maxExecutionDuration": {"secs": 15, "nanos": 0}, | ||
"logLevel": "error", | ||
"base": null, | ||
"menu": true, | ||
"salign": "", | ||
"scale": "showAll", | ||
"quality": "high", | ||
}; | ||
</script> | ||
</head> | ||
<body style="background-color:black;"> | ||
<center> | ||
<img src="title.png" style="padding:5px;width:300px;"> | ||
<div id="container" style="border: #ccc 3px solid;height:600px;width:937px;"></div> | ||
<script> | ||
window.RufflePlayer = window.RufflePlayer || {}; | ||
window.addEventListener("load", (event) => { | ||
const ruffle = window.RufflePlayer.newest(); | ||
const player = ruffle.createPlayer(); | ||
const container = document.getElementById("container"); | ||
container.appendChild(player); | ||
player.style.height = "600px"; | ||
player.style.width = "937px"; | ||
player.load("bloxors.swf"); | ||
}); | ||
</script> | ||
<script src="ruffle/ruffle.js"></script> | ||
<script src="/js/main.js"></script> | ||
</center> | ||
</body> | ||
</html> |
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"name": "Big NEON Tower Itch", | ||
"short_name": "Big NEON Tower Itch", | ||
"description": "Climb the Big Tower to Rescue Your Pineapple!", | ||
"start_url": "index.html", | ||
"display": "fullscreen", | ||
"orientation": "landscape", | ||
"background_color": "#0c0113", | ||
"icons": [ | ||
{ | ||
"src": "icons/icon-16.png", | ||
"sizes": "16x16", | ||
"type": "image/png" | ||
}, | ||
{ | ||
"src": "icons/icon-32.png", | ||
"sizes": "32x32", | ||
"type": "image/png" | ||
}, | ||
{ | ||
"src": "icons/icon-114.png", | ||
"sizes": "114x114", | ||
"type": "image/png" | ||
}, | ||
{ | ||
"src": "icons/icon-128.png", | ||
"sizes": "128x128", | ||
"type": "image/png" | ||
}, | ||
{ | ||
"src": "icons/icon-256.png", | ||
"sizes": "256x256", | ||
"type": "image/png" | ||
} | ||
] | ||
} |
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<title>Big NEON Tower Tiny Square | 3kh0</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, viewport-fit=cover"> | ||
|
||
<meta name="generator" content="Construct 3"> | ||
<meta name="author" content="EO Interactive Ltd."> | ||
<meta name="description" content="Climb the Big Tower to Rescue Your Pineapple!"> | ||
<link rel="manifest" href="appmanifest.json"> | ||
<link rel="apple-touch-icon" sizes="128x128" href="icons/icon-128.png"> | ||
<link rel="apple-touch-icon" sizes="256x256" href="icons/icon-256.png"> | ||
<link rel="icon" type="image/png" href="icons/icon-256.png"> | ||
|
||
<link rel="stylesheet" href="style.css"> | ||
|
||
</head> | ||
<body> | ||
<div id="fb-root"></div> | ||
|
||
<noscript> | ||
<div id="notSupportedWrap"> | ||
<h2 id="notSupportedTitle">This content requires JavaScript</h2> | ||
<p class="notSupportedMessage">JavaScript appears to be disabled. Please enable it to view this content.</p> | ||
</div> | ||
</noscript> | ||
<script src="scripts/supportcheck.js"></script> | ||
<script src="scripts/offlineclient.js" type="module"></script> | ||
<script src="scripts/main.js" type="module"></script> | ||
<script src="scripts/register-sw.js" type="module"></script> | ||
</body> | ||
</html> |
Oops, something went wrong.