-
-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
129 changed files
with
10,477 additions
and
0 deletions.
There are no files selected for viewing
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
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,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 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.
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.
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 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.
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,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 added
BIN
+9.12 KB
static/misc/astrosurvivor/media/172206__leszek_szary__teleport (1).webm
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+21 KB
static/misc/astrosurvivor/media/395500__plasterbrain__ufo-flies-away.webm
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+12.6 KB
static/misc/astrosurvivor/media/455251__matrixxx__retro-underwater-shot.webm
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+11.3 KB
static/misc/astrosurvivor/media/515801__matrixxx__retro-pirate-cannon-shot (1).webm
Binary file not shown.
Binary file added
BIN
+11.3 KB
static/misc/astrosurvivor/media/515801__matrixxx__retro-pirate-cannon-shot.webm
Binary file not shown.
Binary file added
BIN
+6.6 KB
static/misc/astrosurvivor/media/523205__matrixxx__retro-laser-gun-shot.webm
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+8.44 KB
static/misc/astrosurvivor/media/560766__bricklover__breaking-glass-1.webm
Binary file not shown.
Binary file added
BIN
+9.18 KB
static/misc/astrosurvivor/media/560768__bricklover__breaking-glass-3.webm
Binary file not shown.
Binary file added
BIN
+19.3 KB
static/misc/astrosurvivor/media/564887__karisigurd4__explosion_hit.webm
Binary file not shown.
Binary file added
BIN
+13.2 KB
static/misc/astrosurvivor/media/568170__merrick079__sword-sound-1.webm
Binary file not shown.
Binary file added
BIN
+22.3 KB
static/misc/astrosurvivor/media/608431__plasterbrain__shiny-coin-pickup.webm
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+5.74 KB
static/misc/astrosurvivor/media/703887__matrixxx__retro-bubble-shot-02.webm
Binary file not shown.
Binary file added
BIN
+16.2 KB
static/misc/astrosurvivor/media/75328__oddworld__oddworld_explosionecho.webm
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+5.2 KB
static/misc/astrosurvivor/media/94778__taylorsyounggmailcom__punch_1-2_cut.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 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.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.