Skip to content

Commit

Permalink
added geometry mask example
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Westover <[email protected]>
  • Loading branch information
scottwestover committed Apr 26, 2024
1 parent 7b2e265 commit 805b2fa
Show file tree
Hide file tree
Showing 7 changed files with 6,411 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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Artwork created by Luis Zuno (@ansimuz)


LICENSE:
You may use these assets in personal or commercial projects. You can modify these assets to suit your needs. You can re-distribute the file.
Credit no required but appreciated it.

____________________

LINKS

Twitter @ansimuz

Support my work at Patreon https://www.patreon.com/ansimuz

Buy my stuff https://ansimuz.itch.io/

Get more Free Assetslike these at: http://www.ansimuz.com


____________________


Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Artwork created by Luis Zuno (@ansimuz)


LICENSE:
You may use these assets in personal or commercial projects. You can modify these assets to suit your needs. You can re-distribute the file.
Credit no required but appreciated it.

Links

Twitter @ansimuz
Support my work at Patreon https://www.patreon.com/ansimuz
Buy my stuff https://ansimuz.itch.io/
Get more Free Assetslike these at: http://www.ansimuz.com


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/scene-transition-geometry-mask/assets/js/index-BUIz7ZLw.js

Large diffs are not rendered by default.

27 changes: 27 additions & 0 deletions examples/scene-transition-geometry-mask/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 - Geometry Mask</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-BUIz7ZLw.js"></script>
</head>
<body>
<div class="container" id="game-container">
<h1>Phaser 3 Example: Custom Scene Transition With Geometry Mask</h1>
</div>
</body>
</html>
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ <h2>Examples</h2>
<li><a href="examples/shader-examples/index.html" target="_blank">Shader Examples</a></li>
<li><a href="examples/shader-battle-scene-transitions/index.html" target="_blank">Shader Battle Scene Transitions Examples</a></li>
<li><a href="examples/scene-transition-bitmap-mask/index.html" target="_blank">Scene Transition With Bitmap Mask Example</a></li>
<li><a href="examples/scene-transition-geometry-mask/index.html" target="_blank">Scene Transition With Geometry Mask Example</a></li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 805b2fa

Please sign in to comment.