Skip to content

Commit

Permalink
added arcade physics conveyor belt example
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Westover <[email protected]>
  • Loading branch information
scottwestover committed May 3, 2024
1 parent 805b2fa commit 89d99ff
Show file tree
Hide file tree
Showing 6 changed files with 6,372 additions and 0 deletions.
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.
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.
6,345 changes: 6,345 additions & 0 deletions examples/arcade-physics-conveyor-belt/assets/js/index-BVEtuegR.js

Large diffs are not rendered by default.

27 changes: 27 additions & 0 deletions examples/arcade-physics-conveyor-belt/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Phaser 3 Example - Arcade Physics Conveyor Belt</title>
<style>
html,
body,
.container {
margin: 0px;
height: 100vh;
width: 100vw;
overflow: hidden;
background: #d7d7d7;
display: flex;
flex-direction: column;
align-items: center;
}
</style>
<script type="module" crossorigin src="./assets/js/index-BVEtuegR.js"></script>
</head>
<body>
<div class="container" id="game-container">
<h1>Phaser 3 Example: Arcade Physics Conveyor Belt</h1>
</div>
</body>
</html>

0 comments on commit 89d99ff

Please sign in to comment.