diff --git a/docs/02-setup-main-game/05-main-scene/08-free-round.md b/docs/02-setup-main-game/05-main-scene/08-free-round.md index 7597fbf..386b091 100644 --- a/docs/02-setup-main-game/05-main-scene/08-free-round.md +++ b/docs/02-setup-main-game/05-main-scene/08-free-round.md @@ -63,7 +63,7 @@ description: Display and manage remaining free rounds in the game. | `Platform-ui-controller` | [Platform UI Controller](http://localhost:3000/docs/faqs/setup-cocos-scene#Platform-ui-controller) | -#### Prepare Assets +#### Assets Desktop | Path in Game | Example | |--------------------------|---------------------------------------------------------------------------------------------------------------| @@ -81,7 +81,7 @@ description: Display and manage remaining free rounds in the game. | `UI Mobile Position` | [UI Mobile Position](http://localhost:3000/docs/faqs/setup-cocos-scene#ui-mobile-landscape--portrait--position) | -#### Prepare Assets +#### Assets Mobile | Path in Game | Example | |--------------------------|---------------------------------------------------------------------------------------------------------------| @@ -95,8 +95,8 @@ description: Display and manage remaining free rounds in the game. 🔗 More Info To Pack Assets: [Game Asset Structure](http://localhost:3000/docs/category/game-asset-structure) :::tip - - **Position and Size**: Follow the game design specifications. - - **Asset Packing**: Use separate texture packs for Desktop and Mobile platforms. + - **Position and Size**: Follow game design. + - **Asset Packing**: Use separate texture for Desktop and Mobile. :::