Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Westover <[email protected]>
  • Loading branch information
scottwestover committed May 28, 2024
1 parent 69cebb5 commit 9ed85f6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
4 changes: 1 addition & 3 deletions examples/3.80/loader-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

Contains example code for reviewing the Phaser 3 Loader Plugin and how to load assets in the `preload` and `create` methods.

You can see a live demo of the example here: [Phaser 3 Arcade Physics Conveyor Belt Demo](https://devshareacademy.github.io/phaser-3-typescript-games-and-examples/examples/arcade-physics-conveyor-belt/index.html)

![Example](./docs/example.gif?raw=true)
You can see a live demo of the example here: [Phaser 3 Loader Plugin Example](https://devshareacademy.github.io/phaser-3-typescript-games-and-examples/examples/loader-plugin/index.html)

## Local Development

Expand Down
Binary file removed examples/3.80/loader-plugin/docs/example.gif
Binary file not shown.
4 changes: 4 additions & 0 deletions examples/3.80/scene-transition-bitmap-mask/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ You can see a live demo of the example here: [Phaser 3 Scene Transition Bitmap M

![Example](./docs/example.gif?raw=true)

To learn more about this example, you can watch this video on YouTube here:

[<img src="https://i.ytimg.com/vi/xAxf7BZetBA/hqdefault.jpg">](https://youtu.be/xAxf7BZetBA "Phaser 3 Tutorial: Custom Level Transitions With Bitmap Masks!")

## Local Development

### Requirements
Expand Down
4 changes: 4 additions & 0 deletions examples/3.80/scene-transition-geometry-mask/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ You can see a live demo of the example here: [Phaser 3 Scene Transition Geometry

![Example](./docs/example.gif?raw=true)

To learn more about this example, you can watch this video on YouTube here:

[<img src="https://i.ytimg.com/vi/dRwGjVj29s0/hqdefault.jpg">](https://youtu.be/dRwGjVj29s0 "Phaser 3 Tutorial: Custom Level Transitions With Geometry Masks!")

## Local Development

### Requirements
Expand Down

0 comments on commit 9ed85f6

Please sign in to comment.