From a64b8f8f6de5ae201776683add88225312cda003 Mon Sep 17 00:00:00 2001 From: dungdq Date: Tue, 13 May 2025 14:38:01 +0700 Subject: [PATCH] update content --- .../05-main-scene/10-desktop-bottom-bar-ui.md | 6 +++--- docs/02-setup-main-game/05-main-scene/11-ui-mobile-panel.md | 6 +++--- docs/02-setup-main-game/05-main-scene/13-game-logo.md | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/02-setup-main-game/05-main-scene/10-desktop-bottom-bar-ui.md b/docs/02-setup-main-game/05-main-scene/10-desktop-bottom-bar-ui.md index ae7054e..2a67f13 100644 --- a/docs/02-setup-main-game/05-main-scene/10-desktop-bottom-bar-ui.md +++ b/docs/02-setup-main-game/05-main-scene/10-desktop-bottom-bar-ui.md @@ -78,14 +78,14 @@ Create new node and configuration in your main scene: #### Platform Node Spawner Settings -🔗 See setup details: [Platform Node Spawner](http://localhost:3000/docs/faqs/setup-cocos-scene#platform-node-spawner) +🔗 Details: [Platform Node Spawner](http://localhost:3000/docs/faqs/setup-cocos-scene#platform-node-spawner) ### Step 4: Apply Textures #### Texture Button Bar Checklist assets completed for bottom UI and button UI text :::info -🔗 See setup details: [Game Asset Structure](http://localhost:3000/docs/category/game-asset-structure) +🔗 Details: [Game Asset Structure](http://localhost:3000/docs/category/game-asset-structure) ::: ![main scenes](../img/05-main-scene/prepare-ui-bottom-bar.png) @@ -93,7 +93,7 @@ Checklist assets completed for bottom UI and button UI text To configure the bottom bar UI helper. :::info -🔗See setup details: [UI Bottom Bar Desktop Helper](http://localhost:3000/docs/submodule/hyper-editor-package#mobile-ui-helper) +🔗Details: [UI Bottom Bar Desktop Helper](http://localhost:3000/docs/submodule/hyper-editor-package#mobile-ui-helper) ::: --- \ No newline at end of file diff --git a/docs/02-setup-main-game/05-main-scene/11-ui-mobile-panel.md b/docs/02-setup-main-game/05-main-scene/11-ui-mobile-panel.md index 9d6fd2c..6a69ede 100644 --- a/docs/02-setup-main-game/05-main-scene/11-ui-mobile-panel.md +++ b/docs/02-setup-main-game/05-main-scene/11-ui-mobile-panel.md @@ -49,7 +49,7 @@ Create new node and configuration in your main scene: #### Platform Node Spawner Settings -🔗 See setup details: [Platform Node Spawner](http://localhost:3000/docs/faqs/setup-cocos-scene#platform-node-spawner) +🔗 Details: [Platform Node Spawner](http://localhost:3000/docs/faqs/setup-cocos-scene#platform-node-spawner) ### Step 4: Apply Textures @@ -58,7 +58,7 @@ Create new node and configuration in your main scene: Checklist assets completed for Mobile UI :::info -🔗See setup details [Game Asset Structure](http://localhost:3000/docs/category/game-asset-structure) +🔗Details [Game Asset Structure](http://localhost:3000/docs/category/game-asset-structure) ::: ![main scenes](../img/05-main-scene/add-texture-mobile-ui.png) @@ -66,7 +66,7 @@ Checklist assets completed for Mobile UI To configure the mobile UI helper. :::info -🔗See setup details: [Mobile Ui Helper](http://localhost:3000/docs/submodule/hyper-editor-package#mobile-ui-helper) +🔗Details: [Mobile Ui Helper](http://localhost:3000/docs/submodule/hyper-editor-package#mobile-ui-helper) ::: diff --git a/docs/02-setup-main-game/05-main-scene/13-game-logo.md b/docs/02-setup-main-game/05-main-scene/13-game-logo.md index e9c6209..ac081a4 100644 --- a/docs/02-setup-main-game/05-main-scene/13-game-logo.md +++ b/docs/02-setup-main-game/05-main-scene/13-game-logo.md @@ -65,7 +65,7 @@ onLoad: function () { ![Desktop Settings](../img/05-main-scene/logo-setting-desktop.png) - 🔗 See setup details: [Platform UI Controller](http://localhost:3000/docs/faqs/setup-cocos-scene#platform-ui-controller) + 🔗 Details: [Platform UI Controller](http://localhost:3000/docs/faqs/setup-cocos-scene#platform-ui-controller) 2. Node Setup ```typescript