Merge pull request 'setup Sprite Frame Provider, Animation Provider' (#23) from feature/add-setup-animation-provider into develop

Reviewed-on: #23
This commit is contained in:
Pham Huynh Duc Huy 2025-05-08 17:36:07 +08:00
commit f714bc5696

View File

@ -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) ![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 ## Setup Reel Slot
--- ---