diff --git a/docs/02-setup-main-game/05-main-scene.md b/docs/02-setup-main-game/05-main-scene.md index 493aff9..cc72eda 100644 --- a/docs/02-setup-main-game/05-main-scene.md +++ b/docs/02-setup-main-game/05-main-scene.md @@ -141,7 +141,11 @@ The mobile interface adapts to both landscape and portrait orientations: | Portrait | ![Mobile Portrait](./img/05-main-scene/menu-portrait.png) | -### UI Panel Desktop +### UI Sideband +> To Be Added: +> - Prepare the asset +> - Run helper / p4f menu or setup manually +### UI Bottom Bar Desktop #### Step 1: Setup Prefab Editor @@ -426,7 +430,7 @@ The popup panel is already integrated into main scenes. It is separated into two ### Popup in the Game -The popup panel is already integrated into the main scenes. +The popup panel is already integrated into the main scenes `template-main-game`. ![Popup In Game](./img/05-main-scene/popup-panel-in-game.png) @@ -457,10 +461,13 @@ The **Exit Game** Popup only appears in **Desktop**. ![Exit Game Popup In Game](./img/05-main-scene/popup-exit-in-game.png) -**Exit Popup Texture Path**: -:::info -**Path**: *assets\game-assets\textures\desktop\preloads\main-game\exit* -::: +##### Texture Path & Asset Info: +✅ Exit popup textures have been successfully packed. +🔗 Refer to the full asset structure guide: [Complete Assets Structure Guide](http://localhost:3000/docs/category/game-asset-structure) + +**Texture Path:**: +`assets\game-assets\textures\desktop\preloads\main-game\exit` + **Preview Result**: ![Popup overview exit](./img/05-main-scene/popup-exit-game.png) diff --git a/docs/02-setup-main-game/img/05-main-scene/popup-exit-in-game.png b/docs/02-setup-main-game/img/05-main-scene/popup-exit-in-game.png index 0784c2e..058b186 100644 Binary files a/docs/02-setup-main-game/img/05-main-scene/popup-exit-in-game.png and b/docs/02-setup-main-game/img/05-main-scene/popup-exit-in-game.png differ