diff --git a/phaser-3/3.60/crop-game-objects/README.md b/phaser-3/3.60/crop-game-objects/README.md index 4d06aaa..ee62e3c 100644 --- a/phaser-3/3.60/crop-game-objects/README.md +++ b/phaser-3/3.60/crop-game-objects/README.md @@ -1,5 +1,7 @@ # Phaser 3 - Crop Game Object Demo +![demo](docs/example.gif) + A quick demo of how you can easily the built in Crop methods of Phaser 3 to crop what is being rendered on a game object. For a detailed walkthrough, checkout my video on YouTube here: @@ -8,3 +10,7 @@ TODO Link to live demo: [Crop Game Objects](https://devshareacademy.github.io/code-examples-from-my-video-content/phaser-3/crop-game-objects/index.html) + +## Credit + +The spritesheet that was used in this demo were created by [Essssam](https://essssam.itch.io/rocky-roads). diff --git a/phaser-3/3.60/crop-game-objects/docs/example.gif b/phaser-3/3.60/crop-game-objects/docs/example.gif new file mode 100644 index 0000000..2f08484 Binary files /dev/null and b/phaser-3/3.60/crop-game-objects/docs/example.gif differ