add Setup Sprite Provider, Animation Provider

This commit is contained in:
Nguyen Ngoc Thanh 2025-05-08 16:35:11 +07:00
parent c6cfcc7bb1
commit b0e9033aa8

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
--- ---