From 26b4d0514db4ff2c7d2fdb75735a6d335999ebb1 Mon Sep 17 00:00:00 2001 From: dungdq Date: Mon, 19 May 2025 12:57:37 +0700 Subject: [PATCH] update tip --- docs/02-setup-main-game/05-main-scene/08-free-round.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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. :::