From fb691216afb83c31ffa50de9efe326e7477679fb Mon Sep 17 00:00:00 2001 From: tiennm99 Date: Wed, 16 Jul 2025 23:13:05 +0700 Subject: [PATCH] Add credits section to README Added a 'Credit' section to the README with links to the rule document and asset pack used in the project. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 61d1a8a..b878eee 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +## Credit + +Rule: https://www.scribd.com/document/718603193/Pikachu +Assets: https://natomarcacini.itch.io/card-asset-pack + # Phaser Next.js Template This is a Phaser 3 project template that uses the Next.js framework. It includes a bridge for React to Phaser game communication, hot-reloading for quick development workflow and scripts to generate production-ready builds. @@ -121,7 +126,7 @@ const ReactComponent = () => { const phaserRef = useRef(); // you can access to this ref from phaserRef.current const onCurrentActiveScene = (scene: Phaser.Scene) => { - + // This is invoked }