Skip to content

Commit

Permalink
ok this might seem crazy but hear me out
Browse files Browse the repository at this point in the history
  • Loading branch information
Piplup7575 authored and Nailington committed Mar 4, 2023
1 parent f8c9547 commit 6a50730
Show file tree
Hide file tree
Showing 461 changed files with 156,135 additions and 0 deletions.
Binary file added bloonstd/bloons_tower_defense_1.swf
Binary file not shown.
Binary file added bloonstd/bloonstd.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bloonstd/c5c02c4e65c1c4423a97.wasm
Binary file not shown.
26 changes: 26 additions & 0 deletions bloonstd/index.html
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>
2 changes: 2 additions & 0 deletions bloonstd/ruffle.js

Large diffs are not rendered by default.

Binary file added bloonstd2/bloonstd2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bloonstd2/btd2.swf
Binary file not shown.
Binary file added bloonstd2/c5c02c4e65c1c4423a97.wasm
Binary file not shown.
26 changes: 26 additions & 0 deletions bloonstd2/index.html
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>
2 changes: 2 additions & 0 deletions bloonstd2/ruffle.js

Large diffs are not rendered by default.

Binary file added bloxors/block.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bloxors/bloxors.swf
Binary file not shown.
Binary file added bloxors/favicon.ico
Binary file not shown.
51 changes: 51 additions & 0 deletions bloxors/index.html
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 added bloxors/ruffle/199487888125ef0c9fe4.wasm
Binary file not shown.
2 changes: 2 additions & 0 deletions bloxors/ruffle/ruffle.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions bloxors/ruffle/ruffle.js.map

Large diffs are not rendered by default.

Binary file added bloxors/title.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions bntts/appmanifest.json
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 added bntts/box2d.wasm
Binary file not shown.
577 changes: 577 additions & 0 deletions bntts/box2d.wasm.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions bntts/data.json

Large diffs are not rendered by default.

Binary file added bntts/fonts/akashi.ttf
Binary file not shown.
Binary file added bntts/fonts/hartland-bold.ttf
Binary file not shown.
Binary file added bntts/fonts/hartland.ttf
Binary file not shown.
Binary file added bntts/fonts/lazer84.ttf
Binary file not shown.
Binary file added bntts/fonts/munro.ttf
Binary file not shown.
Binary file added bntts/icons/icon-128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bntts/icons/icon-256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions bntts/index.html
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>
Loading

0 comments on commit 6a50730

Please sign in to comment.