Skip to content

Commit

Permalink
alpha production
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Kelleher authored and Brian Kelleher committed Apr 13, 2016
1 parent ae06a1f commit 92fbe8b
Show file tree
Hide file tree
Showing 19 changed files with 397 additions and 363 deletions.
Binary file added BalloonAlpha.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
736 changes: 381 additions & 355 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/balloonsprite-sheet0.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 images/balloonsprite-sheet1.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 images/blockingobj-sheet0.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 images/enemywallbottom-sheet0.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 images/enemywallright-sheet0.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 images/home-sheet0.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 images/level2advance-sheet0.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 images/ratsprite-sheet0.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 images/ratsprite-sheet1.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 images/ratsprite-sheet2.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 images/sludge-sheet0.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 images/sludgeprojectile-sheet0.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 images/spike-sheet0.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 images/win-sheet0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 0 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,6 @@ <h1>Your browser does not appear to support HTML5. Try upgrading your browser t
<script src="c2runtime.js"></script>

<script>
// Size the canvas to fill the browser viewport.
jQuery(window).resize(function() {
cr_sizeCanvas(jQuery(window).width(), jQuery(window).height());
});

// Start the Construct 2 project running on window load.
jQuery(document).ready(function ()
{
Expand Down
17 changes: 15 additions & 2 deletions offline.appcache
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CACHE MANIFEST
#1459390273
#1460556129
data.js
c2runtime.js
jquery-2.1.1.min.js
Expand All @@ -8,7 +8,20 @@ images/hitbox-sheet0.png
images/solidtile.png
images/movingsolidtile.png
images/jumpthrutile.png
images/sprite-sheet0.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
icon-16.png
icon-32.png
icon-114.png
Expand Down

0 comments on commit 92fbe8b

Please sign in to comment.