From 1eeed4b530028fde7a036f34d2191d83160161b9 Mon Sep 17 00:00:00 2001 From: Nguyen Ngoc Thanh Date: Thu, 15 May 2025 15:41:28 +0700 Subject: [PATCH] add setup info pages --- docs/02-setup-main-game/05-main-scene/09-info-pages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/02-setup-main-game/05-main-scene/09-info-pages.md b/docs/02-setup-main-game/05-main-scene/09-info-pages.md index 18e7e49..a1f1398 100644 --- a/docs/02-setup-main-game/05-main-scene/09-info-pages.md +++ b/docs/02-setup-main-game/05-main-scene/09-info-pages.md @@ -95,6 +95,6 @@ Info Pages (Information Pages) provide players with essential details about how | :--: | :----- | :---------- | :-------------: | | 1 | Locate all template prefabs need for **Info Pages Mobile**| Search for the `mobile-ui` prefab |![Locate Prefabs](./img/09-info-pages/prepare-prefabs-mobile-1.png) | | 2 | Clone assets| Copy/Pase to game assets location, then rename the copied prefabs by removing unnecessary prefixes. | ![Locate Prefabs](./img/09-info-pages/prepare-prefabs-mobile-2.png) | -| 3 | Configure prefabs| We will do the same as configure for desktop. | | +| 3 | Configure prefabs| We will configure `mobile-paytable-content` and `mobile-rules-content` the same as configure for desktop. | [Configure prefabs Desktop](./info-pages#setup-prefabs-desktop) | | 4 | Locate **Paytable** spawner position in `mobile-ui`, then use prefab configured.| Search for the `mobile-paytable-content-spawner` in `mobile-ui` prefab. | ![Locate Prefabs](./img/09-info-pages/configure-prefab-mobile-1.png) | | 5 | Locate **Rules** spawner position in `mobile-ui`, then use prefab configured.| Search for the `mobile-rule-content-spawner` in `mobile-ui` prefab. | ![Locate Prefabs](./img/09-info-pages/configure-prefab-mobile-2.png) |