Skip to content

Commit

Permalink
Built for github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
msaqib committed May 4, 2024
1 parent f40481e commit ab45e45
Show file tree
Hide file tree
Showing 21 changed files with 54 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
node_modules
dist
1 change: 1 addition & 0 deletions dist/151.bundle.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/162.bundle.min.js

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

1 change: 1 addition & 0 deletions dist/180.bundle.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/188.bundle.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/72.bundle.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/751.bundle.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/852.bundle.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/898.bundle.min.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions dist/bundle.min.js

Large diffs are not rendered by default.

27 changes: 27 additions & 0 deletions dist/bundle.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
/*!
* matter-js 0.19.0 by @liabru
* http://brm.io/matter-js/
* License MIT
*
* The MIT License (MIT)
*
* Copyright (c) Liam Brummitt and contributors.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
17 changes: 17 additions & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!doctype html><html><head><title>PixiJS tutorial</title><style>body {
background-color: #000;
padding: 0;
margin: 0;
width: 100%;
height: 100%;
}
canvas {
position:absolute;
top:50%;
left:50%;
transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
}</style><script defer="defer" src="bundle.min.js"></script></head><body></body></html>
Binary file added dist/sprites/bg.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 dist/sprites/collect.mp3
Binary file not shown.
Binary file added dist/sprites/diamond.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 dist/sprites/hero.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 dist/sprites/jump.mp3
Binary file not shown.
Binary file added dist/sprites/platform.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 dist/sprites/tile.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 dist/sprites/walk1.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 dist/sprites/walk2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ab45e45

Please sign in to comment.