Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mountain658 committed Mar 19, 2024
1 parent f35069c commit bc627c1
Show file tree
Hide file tree
Showing 75 changed files with 4,093 additions and 0 deletions.
10 changes: 10 additions & 0 deletions g/volleyrandom/appmanifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "Volley Random",
"short_name": "Volley Random",
"description": "",
"start_url": "index.html",
"display": "fullscreen",
"orientation": "any",
"background_color": "#ffffff",
"icons": []
}
Binary file added g/volleyrandom/box2d.wasm
Binary file not shown.
577 changes: 577 additions & 0 deletions g/volleyrandom/box2d.wasm.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions g/volleyrandom/data.json

Large diffs are not rendered by default.

Binary file added g/volleyrandom/images/armskin-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 g/volleyrandom/images/bombtimer-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 g/volleyrandom/images/buildingtile-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 g/volleyrandom/images/buildingtile2-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 g/volleyrandom/images/buildingtile3-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 g/volleyrandom/images/cloudtile-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 g/volleyrandom/images/fencetile-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 g/volleyrandom/images/filetile-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 g/volleyrandom/images/game_bg-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 g/volleyrandom/images/grasslinetile-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 g/volleyrandom/images/grasstile-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 g/volleyrandom/images/grasstile2-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 g/volleyrandom/images/groundtile-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 g/volleyrandom/images/groundtileindoor-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 g/volleyrandom/images/groundtileplaj-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 g/volleyrandom/images/groundtilesnow-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 g/volleyrandom/images/hair-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 g/volleyrandom/images/indoorbgtile-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 g/volleyrandom/images/indoorbgtile2-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 g/volleyrandom/images/indoorbgtile3-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 g/volleyrandom/images/rightshoe-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 g/volleyrandom/images/rightshort-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 g/volleyrandom/images/seatile-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 g/volleyrandom/images/shared-0-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 g/volleyrandom/images/shared-0-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 g/volleyrandom/images/shared-0-sheet2.png
Binary file added g/volleyrandom/images/shared-0-sheet3.png
Binary file added g/volleyrandom/images/shared-1-sheet0.png
Binary file added g/volleyrandom/images/shared-1-sheet1.png
Binary file added g/volleyrandom/images/shared-1-sheet2.png
Binary file added g/volleyrandom/images/smoketile-sheet0.png
Binary file added g/volleyrandom/images/snowtile-sheet0.png
Binary file added g/volleyrandom/images/startile-sheet0.png
Binary file added g/volleyrandom/images/titlebg-sheet0.png
Binary file added g/volleyrandom/images/titlechars-sheet0.png
Binary file added g/volleyrandom/images/tshirt-sheet0.png
40 changes: 40 additions & 0 deletions g/volleyrandom/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Volley Random</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="Construct 3">

<link rel="manifest" href="appmanifest.json">


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


<script>
window.addEventListener("keydown", function(e) {
// space and arrow keys
if([32, 37, 38, 39, 40].indexOf(e.keyCode) > -1) {
e.preventDefault();
}
}, false);
</script>

</head>
<body>
<div id="fb-root"></div>
<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"></script>
<script src="scripts/main.js"></script>
<script src="scripts/register-sw.js"></script>
</body>
</html>
Binary file added g/volleyrandom/media/alarm.webm
Binary file not shown.
Binary file added g/volleyrandom/media/bellsoc.webm
Binary file not shown.
Binary file added g/volleyrandom/media/bonebreak.webm
Binary file not shown.
Binary file added g/volleyrandom/media/bup.webm
Binary file not shown.
Binary file added g/volleyrandom/media/bupbasket.webm
Binary file not shown.
Binary file added g/volleyrandom/media/bupfoot.webm
Binary file not shown.
Binary file added g/volleyrandom/media/bupred.webm
Binary file not shown.
Binary file added g/volleyrandom/media/buttonx.webm
Binary file not shown.
Binary file added g/volleyrandom/media/expo.webm
Binary file not shown.
Binary file added g/volleyrandom/media/file.webm
Binary file not shown.
Binary file added g/volleyrandom/media/goasoc.webm
Binary file not shown.
Binary file added g/volleyrandom/media/intro-button.webm
Binary file not shown.
Binary file added g/volleyrandom/media/intro-sound.webm
Binary file not shown.
Binary file added g/volleyrandom/media/jump.webm
Binary file not shown.
Binary file added g/volleyrandom/media/menu.webm
Binary file not shown.
Binary file added g/volleyrandom/media/music.webm
Binary file not shown.
Binary file added g/volleyrandom/media/press.webm
Binary file not shown.
Binary file added g/volleyrandom/media/refsoc.webm
Binary file not shown.
Binary file added g/volleyrandom/media/start.webm
Binary file not shown.
Binary file added g/volleyrandom/media/win.webm
Binary file not shown.
Binary file added g/volleyrandom/media/wrong.webm
Binary file not shown.
1 change: 1 addition & 0 deletions g/volleyrandom/offline.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"version":1612220872446,"fileList":["box2d.wasm.js","box2d.wasm","scripts/c3runtime.js","data.json","style.css","scripts/offlineclient.js","images/shared-0-sheet0.png","images/shared-0-sheet1.png","images/shared-0-sheet2.png","images/shared-0-sheet3.png","images/shared-1-sheet0.png","images/shared-1-sheet1.png","images/shared-1-sheet2.png","images/rightshoe-sheet0.png","images/hair-sheet0.png","images/rightshort-sheet0.png","images/tshirt-sheet0.png","images/groundtile-sheet0.png","images/fencetile-sheet0.png","images/grasstile-sheet0.png","images/cloudtile-sheet0.png","images/buildingtile-sheet0.png","images/startile-sheet0.png","images/titlebg-sheet0.png","images/game_bg-sheet0.png","images/groundtilesnow-sheet0.png","images/buildingtile2-sheet0.png","images/buildingtile3-sheet0.png","images/titlechars-sheet0.png","images/groundtileplaj-sheet0.png","images/seatile-sheet0.png","images/grasslinetile-sheet0.png","images/groundtileindoor-sheet0.png","images/indoorbgtile-sheet0.png","images/indoorbgtile2-sheet0.png","images/indoorbgtile3-sheet0.png","images/snowtile-sheet0.png","images/bombtimer-sheet0.png","images/filetile-sheet0.png","images/armskin-sheet0.png","images/smoketile-sheet0.png","images/grasstile2-sheet0.png","scripts/opus.wasm.js","scripts/opus.wasm.wasm","scripts/main.js","scripts/dispatchworker.js","scripts/jobworker.js","scripts/supportcheck.js","media/buttonx.webm","media/start.webm","media/win.webm","media/jump.webm","media/intro-button.webm","media/intro-sound.webm","media/bup.webm","media/bellsoc.webm","media/goasoc.webm","media/refsoc.webm","media/file.webm","media/wrong.webm","media/menu.webm","media/press.webm","media/music.webm","media/expo.webm","media/alarm.webm","media/bonebreak.webm","media/bupred.webm","media/bupbasket.webm","media/bupfoot.webm","scripts/register-sw.js"]}
1,234 changes: 1,234 additions & 0 deletions g/volleyrandom/scripts/c3runtime.js

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions g/volleyrandom/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 g/volleyrandom/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 bc627c1

Please sign in to comment.