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