diff --git a/docs/02-setup-main-game/05-main-scene.md b/docs/02-setup-main-game/05-main-scene.md index 873975f..93ea210 100644 --- a/docs/02-setup-main-game/05-main-scene.md +++ b/docs/02-setup-main-game/05-main-scene.md @@ -142,7 +142,7 @@ Rename the copied prefabs by removing unnecessary prefixes: #### Customize *`button-auto-selection`* Label -**Follow Game Design:** +**Follow Design:** Use the `template-label-auto-selection` to customize the appearance of the label inside the `button-auto-selection` prefab. | Component | Description | @@ -172,7 +172,7 @@ The `FormatText` property controls text formatting behavior for label components --- #### Step 3: Setup Ui In Main Scenes -Create the following node configuration in your main scene: +Create new node and configuration in your main scene: ![main scenes](./img/05-main-scene/prepare-ui-bottom-bar.png) ##### Platform Node Spawner Settings @@ -231,7 +231,7 @@ Rename the copied prefabs by removing unnecessary prefixes: #### Step 3: Setup Ui In Main Scenes -Create the following node configuration in your main scene: +Create new node and configuration in your main scene: ![main scenes](./img/05-main-scene/set-positon-mobile-ui.png) ##### Platform Node Spawner Settings @@ -262,7 +262,7 @@ Create the following node configuration in your main scene: #### Step 4: Setup Color For Menu Mobile UI -**Follow Game Design For Mobile UI:** +**Follow Design:** | ![Auto Selection Result](./img/05-main-scene/menu-landscape.png)| ![Auto Selection Result](./img/05-main-scene/menu-portrait.png) | |---------|-------| diff --git a/docs/02-setup-main-game/img/05-main-scene/add-texture-bottom-bar-prefab.png b/docs/02-setup-main-game/img/05-main-scene/add-texture-bottom-bar-prefab.png index f5de14a..bc428d8 100644 Binary files a/docs/02-setup-main-game/img/05-main-scene/add-texture-bottom-bar-prefab.png and b/docs/02-setup-main-game/img/05-main-scene/add-texture-bottom-bar-prefab.png differ diff --git a/docs/02-setup-main-game/img/05-main-scene/image-for-mobile-ui-helper/background-bottom-bar.png b/docs/02-setup-main-game/img/05-main-scene/image-for-mobile-ui-helper/background-bottom-bar.png index fb4eeea..478b1cf 100644 Binary files a/docs/02-setup-main-game/img/05-main-scene/image-for-mobile-ui-helper/background-bottom-bar.png and b/docs/02-setup-main-game/img/05-main-scene/image-for-mobile-ui-helper/background-bottom-bar.png differ diff --git a/docs/02-setup-main-game/img/05-main-scene/image-for-mobile-ui-helper/background-info.png b/docs/02-setup-main-game/img/05-main-scene/image-for-mobile-ui-helper/background-info.png index 6cac771..dd70fbc 100644 Binary files a/docs/02-setup-main-game/img/05-main-scene/image-for-mobile-ui-helper/background-info.png and b/docs/02-setup-main-game/img/05-main-scene/image-for-mobile-ui-helper/background-info.png differ diff --git a/docs/02-setup-main-game/img/05-main-scene/image-for-mobile-ui-helper/background-menu.png b/docs/02-setup-main-game/img/05-main-scene/image-for-mobile-ui-helper/background-menu.png index 7dc4132..e81f87a 100644 Binary files a/docs/02-setup-main-game/img/05-main-scene/image-for-mobile-ui-helper/background-menu.png and b/docs/02-setup-main-game/img/05-main-scene/image-for-mobile-ui-helper/background-menu.png differ diff --git a/docs/02-setup-main-game/img/05-main-scene/set-color-menu-ui.png b/docs/02-setup-main-game/img/05-main-scene/set-color-menu-ui.png index 0532d1f..f2420cb 100644 Binary files a/docs/02-setup-main-game/img/05-main-scene/set-color-menu-ui.png and b/docs/02-setup-main-game/img/05-main-scene/set-color-menu-ui.png differ diff --git a/docs/02-setup-main-game/img/05-main-scene/set-positon-mobile-ui.png b/docs/02-setup-main-game/img/05-main-scene/set-positon-mobile-ui.png index c36a666..7362e4f 100644 Binary files a/docs/02-setup-main-game/img/05-main-scene/set-positon-mobile-ui.png and b/docs/02-setup-main-game/img/05-main-scene/set-positon-mobile-ui.png differ