update tip

This commit is contained in:
dungdq 2025-05-19 12:57:37 +07:00
parent 21297023ce
commit 26b4d0514d

View File

@ -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.
:::