From b0e9033aa861635fce4f0049f5d7c31753374f35 Mon Sep 17 00:00:00 2001 From: Nguyen Ngoc Thanh Date: Thu, 8 May 2025 16:35:11 +0700 Subject: [PATCH] add Setup Sprite Provider, Animation Provider --- docs/02-setup-main-game/05-main-scene.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/02-setup-main-game/05-main-scene.md b/docs/02-setup-main-game/05-main-scene.md index 9d4c859..2440f0b 100644 --- a/docs/02-setup-main-game/05-main-scene.md +++ b/docs/02-setup-main-game/05-main-scene.md @@ -24,6 +24,20 @@ Try to run the project, you'll the result as below. It doesn't look like much bu ![Run Test](./img/05-main-scene/run-test.png) ::: +## Setup SpriteFrame Provider +--- + + **SpriteFrameProvider** allows global access to "sprite frames" from code. + + ![Sprite Frame Provider](./img/05-main-scene/sprite-frame-provider.png) + +## Setup Animation Provider +--- + + **Animation Provider** contains all **animations** of the game. + + ![Aniamtion Provider](./img/05-main-scene/animation-provider.png) + ## Setup Reel Slot ---