Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
beta
  • Loading branch information
Brian Kelleher authored and Brian Kelleher committed Apr 25, 2016
1 parent 69048e5 commit ec434eb
Show file tree
Hide file tree
Showing 17 changed files with 393 additions and 388 deletions.
Binary file modified Balloon.capx
Binary file not shown.
4 changes: 2 additions & 2 deletions appmanifest.json
@@ -1,6 +1,6 @@
{
"name": "New project",
"short_name": "New project",
"name": "BalloonMan",
"short_name": "BalloonMan",
"start_url": "index.html",
"display": "fullscreen",
"orientation": "any",
Expand Down
758 changes: 379 additions & 379 deletions c2runtime.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data.js

Large diffs are not rendered by default.

Binary file added images/backgroundlvl1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/backgroundlvl2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/backgroundlvl3.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/balloonsprite-sheet0.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/controls-sheet0.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/solidfallthroughlvl2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/solidtilelvl1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/solidtilelvl2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/spike2-sheet0.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/spike3-sheet0.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/win-sheet0.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>New project</title>
<title>BalloonMan</title>

<!-- Standardised web app manifest -->
<link rel="manifest" href="appmanifest.json" />
Expand Down
15 changes: 10 additions & 5 deletions offline.appcache
@@ -1,27 +1,32 @@
CACHE MANIFEST
#1460556129
#1461592542
data.js
c2runtime.js
jquery-2.1.1.min.js
images/backgroundtile.png
images/backgroundlvl1.png
images/hitbox-sheet0.png
images/solidtile.png
images/solidtilelvl1.png
images/movingsolidtile.png
images/jumpthrutile.png
images/balloonsprite-sheet0.png
images/balloonsprite-sheet1.png
images/ratsprite-sheet0.png
images/ratsprite-sheet1.png
images/ratsprite-sheet2.png
images/enemywallright-sheet0.png
images/sludge-sheet0.png
images/enemywallbottom-sheet0.png
images/level2advance-sheet0.png
images/sludgeprojectile-sheet0.png
images/blockingobj-sheet0.png
images/spike-sheet0.png
images/home-sheet0.png
images/win-sheet0.png
images/controls-sheet0.png
images/backgroundlvl2.png
images/backgroundlvl3.png
images/spike2-sheet0.png
images/spike3-sheet0.png
images/solidtilelvl2.png
images/solidfallthroughlvl2.png
icon-16.png
icon-32.png
icon-114.png
Expand Down

0 comments on commit ec434eb

Please sign in to comment.