Skip to content

Commit 528402a

Browse files
committed
Update add-easing-to-your-game-animations-with-phaser.mdx
1 parent 3f6493e commit 528402a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/add-easing-to-your-game-animations-with-phaser/add-easing-to-your-game-animations-with-phaser.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ const config = {
8282

8383
This creates an 800 x 600 px canvas with a light blue (sky-colored) background, and loads the `preload()` and `create()` functions.
8484

85-
We’ll be working with a sprite sheet (one image that contains many frames of animation) of one of our Codédex characters, which you can find [here](https://i.imgur.com/jT8aRa1.png).
85+
We’ll be working with a sprite sheet (one image that contains many frames of animation) of one of our Codédex characters, which you can find [here](https://github.com/codedex-io/projects/blob/main/projects/add-easing-to-your-game-animations-with-phaser/assets/spritesheet.png).
8686

8787
<ImageZoom
8888
src="https://raw.githubusercontent.com/codedex-io/projects/main/projects/add-easing-to-your-game-animations-with-phaser/assets/spritesheet.png"

0 commit comments

Comments
 (0)