From 52b54a6f69a7e4cc13e0680a6491507b683cdd65 Mon Sep 17 00:00:00 2001 From: Scott Westover Date: Wed, 3 Jul 2024 09:33:36 -0400 Subject: [PATCH] updated links in readme Signed-off-by: Scott Westover --- examples/3.80/load-and-create-animations-with-json/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/3.80/load-and-create-animations-with-json/README.md b/examples/3.80/load-and-create-animations-with-json/README.md index 2d7d4f8..440c7e2 100644 --- a/examples/3.80/load-and-create-animations-with-json/README.md +++ b/examples/3.80/load-and-create-animations-with-json/README.md @@ -2,7 +2,7 @@ Contains example code of how you can use the built in [Phaser 3 Loader Plugin](https://newdocs.phaser.io/docs/3.80.0/focus/Phaser.Loader.LoaderPlugin-animation) to load your animation configurations from one central JSON file. This can help you keep your code and config isolated. -You can see a live demo of the example here: [Phaser 3 Creating Animations With the Loader Plugin Demo](https://devshareacademy.github.io/phaser-3-typescript-games-and-examples/examples/loading-assets-with-json-pack/index.html) +You can see a live demo of the example here: [Phaser 3 Creating Animations With the Loader Plugin Demo](https://devshareacademy.github.io/phaser-3-typescript-games-and-examples/examples/load-and-create-animations-with-json/index.html) ![Example](./docs/example.png?raw=true)