Skip to content

Commit

Permalink
astro survivors
Browse files Browse the repository at this point in the history
  • Loading branch information
RedNotSus committed Nov 28, 2024
1 parent c6f4da3 commit 0e39553
Show file tree
Hide file tree
Showing 129 changed files with 10,477 additions and 0 deletions.
6 changes: 6 additions & 0 deletions static/assets/json/load/games.json
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,12 @@
"image": "/misc/flash/img/hobo7.jpeg",
"usesProxy": false
},
{
"name": "Astro Survivors",
"url": "/misc/play/astrosurvivor.html",
"image": "/misc/astrosurvivor/img.webp",
"usesProxy": false
},
{
"name": "Hole.io",
"url": "https://hole-io.com/",
Expand Down
41 changes: 41 additions & 0 deletions static/misc/astrosurvivor/appmanifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"name": "Astro Survivors",
"short_name": "Astro Survivors",
"description": "",
"start_url": "index.html",
"display": "fullscreen",
"orientation": "landscape",
"background_color": "#ffffff",
"icons": [
{
"src": "icons/icon-16.png",
"sizes": "16x16",
"type": "image/png"
},
{
"src": "icons/icon-32.png",
"sizes": "32x32",
"type": "image/png"
},
{
"src": "icons/icon-64.png",
"sizes": "64x64",
"type": "image/png"
},
{
"src": "icons/icon-128.png",
"sizes": "128x128",
"type": "image/png"
},
{
"src": "icons/icon-256.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "icons/icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}
Binary file added static/misc/astrosurvivor/box2d.wasm
Binary file not shown.
577 changes: 577 additions & 0 deletions static/misc/astrosurvivor/box2d.wasm.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions static/misc/astrosurvivor/data.json

Large diffs are not rendered by default.

Binary file added static/misc/astrosurvivor/fonts/Rounds Black.otf
Binary file not shown.
Binary file added static/misc/astrosurvivor/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.
Binary file added static/misc/astrosurvivor/icons/icon-512.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 not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added static/misc/astrosurvivor/images/fx_-sheet0.webp
Binary file not shown.
Binary file added static/misc/astrosurvivor/images/fx_-sheet1.webp
Binary file not shown.
Binary file added static/misc/astrosurvivor/images/fx_-sheet2.webp
Binary file not shown.
Binary file added static/misc/astrosurvivor/images/fx_-sheet3.webp
Binary file not shown.
Binary file added static/misc/astrosurvivor/images/fx_-sheet4.webp
Binary file not shown.
Binary file added static/misc/astrosurvivor/images/grid-sheet0.webp
Binary file not shown.
Binary file not shown.
Binary file added static/misc/astrosurvivor/images/player-sheet1.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added static/misc/astrosurvivor/images/ui_-sheet0.webp
Binary file not shown.
Binary file added static/misc/astrosurvivor/images/ui_-sheet1.webp
Binary file not shown.
Binary file added static/misc/astrosurvivor/images/ui_-sheet2.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added static/misc/astrosurvivor/img.webp
Binary file not shown.
75 changes: 75 additions & 0 deletions static/misc/astrosurvivor/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="UTF-8">
<title>Astro Survivors</title>
<meta name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">

<meta name="generator" content="Scirra Construct">
<meta name="author" content="Venturous Handelsbolag">
<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="apple-touch-icon" sizes="512x512" href="icons/icon-512.png">
<link rel="icon" type="image/png" href="icons/icon-512.png">

<link rel="stylesheet" href="style.css">

<style>
canvas {
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
outline: none;
touch-action: manipulation;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
/* mobile webkit */
}

body {
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
outline: none;
touch-action: manipulation;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
/* mobile webkit */
}
</style>
</head>

<body>

<script>
if (location.protocol.substr(0, 4) === "file") {
alert("Web exports won't work until you upload them. (When running on the file: protocol, browsers block many features from working for security reasons.)");
}
</script>
<script src="box2d.wasm.js"></script>

<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>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added static/misc/astrosurvivor/media/boom (1).webm
Binary file not shown.
Binary file added static/misc/astrosurvivor/media/boom.webm
Binary file not shown.
Binary file added static/misc/astrosurvivor/media/click3.webm
Binary file not shown.
Binary file added static/misc/astrosurvivor/media/drop_001.webm
Binary file not shown.
Binary file added static/misc/astrosurvivor/media/drop_002.webm
Binary file not shown.
Binary file added static/misc/astrosurvivor/media/drop_003.webm
Binary file not shown.
Binary file added static/misc/astrosurvivor/media/drop_004.webm
Binary file not shown.
Binary file added static/misc/astrosurvivor/media/fart.webm
Binary file not shown.
Binary file not shown.
Binary file added static/misc/astrosurvivor/media/gem.webm
Binary file not shown.
Binary file added static/misc/astrosurvivor/media/heal.webm
Binary file not shown.
Binary file added static/misc/astrosurvivor/media/heal2.webm
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added static/misc/astrosurvivor/media/player_death.webm
Binary file not shown.
Binary file added static/misc/astrosurvivor/media/shield1.webm
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added static/misc/astrosurvivor/noise.wasm
Binary file not shown.
9,025 changes: 9,025 additions & 0 deletions static/misc/astrosurvivor/scripts/c3runtime.js

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions static/misc/astrosurvivor/scripts/dispatchworker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions static/misc/astrosurvivor/scripts/jobworker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0e39553

Please sign in to comment.