-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Scott Westover <[email protected]>
- Loading branch information
1 parent
7b2e265
commit 805b2fa
Showing
7 changed files
with
6,411 additions
and
0 deletions.
There are no files selected for viewing
Binary file added
BIN
+13.2 KB
...scene-transition-geometry-mask/assets/images/ansimuz/starfighter/background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions
23
examples/scene-transition-geometry-mask/assets/images/ansimuz/starfighter/public-license.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
||
____________________ | ||
|
||
|
15 changes: 15 additions & 0 deletions
15
...es/scene-transition-geometry-mask/assets/images/ansimuz/warped-vehicle/public-license.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
Binary file added
BIN
+5.46 KB
...es/scene-transition-geometry-mask/assets/images/ansimuz/warped-vehicle/ship.png
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
6,345
examples/scene-transition-geometry-mask/assets/js/index-BUIz7ZLw.js
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters