diff --git a/docs/02-setup-main-game/05-main-scene/07-item-description.md b/docs/02-setup-main-game/05-main-scene/07-item-description.md index e08ea93..fd69b28 100644 --- a/docs/02-setup-main-game/05-main-scene/07-item-description.md +++ b/docs/02-setup-main-game/05-main-scene/07-item-description.md @@ -4,8 +4,25 @@ sidebar_position: 7 # Item Description -> To be Add +Provides players with detailed information about each item of the game. + --- -> To be Add \ No newline at end of file +## Overview + +![Item Description Overview](./img/07-item-description/overview.png) + +## Prepare the assets +| Assets | Description | +|--------|-------------| +|![Info Page Prepare Assets](./img/07-item-description/prepare-assets-1.png)|Used to setup background| +|![Info Page Prepare Assets](./img/07-item-description/prepare-assets-2.png)|Used to setup for static symbol| +|![Info Page Prepare Assets](./img/07-item-description/prepare-assets-3.png)|Used to setup for animation symbol| + +## Setup Prefabs Item Description + +| Step | Action | Description | Image Reference | +| :--: | :----- | :---------- | :-------------: | +| 1 | Locate all template prefabs need for **Item Description** | Search for the `template-item-description` prefab | ![Locate Prefabs](./img/07-item-description/prepare-prefabs-1.png) | +| 2 | Clone assets| Copy/Pase to game assets location, then rename the copied prefabs by removing unnecessary prefixes. | ![Locate Prefabs](./img/07-item-description/prepare-prefabs-2.png) | \ No newline at end of file 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 c97fe3c..6d7a85c 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 @@ -23,13 +23,13 @@ Info Pages (Information Pages) provide players with essential details about how |![Info Page Prepare Assets](./img/09-info-page/prepare-assets-1.png)|Used to setup **Rules** or image in RichText| |![Info Page Prepare Assets](./img/09-info-page/prepare-assets-2.png)|Used to setup **Paytable**| - ## Setup Prefabs Desktop | Step | Action | Description | Image Reference | -| :--: | :----- | :---------- | :-------------: | +| :--: | :----- | :---------- | :---------------------------------------------------------------------------------------------: | | 1 | Locate all template prefabs need for **Info Page Desktop** | Search for the `desktop-hyper-info-panel` prefab | ![Locate Prefabs](./img/09-info-page/prepare-prefabs-desktop-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-page/prepare-prefabs-desktop-2.png) | +| 3 | Get settings config| - Run DevTools on Browser.
- On tab Console, find message with **event** = `config`.
- Get values in context = `paytable` to setup for Item Payout with Item name and Odds | ![Info Page Prepare Assets](./img/09-info-page/prepare-setting-config.png) | ### desktop-info-panel diff --git a/docs/02-setup-main-game/05-main-scene/img/07-item-description/overview.png b/docs/02-setup-main-game/05-main-scene/img/07-item-description/overview.png new file mode 100644 index 0000000..6df4152 Binary files /dev/null and b/docs/02-setup-main-game/05-main-scene/img/07-item-description/overview.png differ diff --git a/docs/02-setup-main-game/05-main-scene/img/07-item-description/prepare-assets-1.png b/docs/02-setup-main-game/05-main-scene/img/07-item-description/prepare-assets-1.png new file mode 100644 index 0000000..c193427 Binary files /dev/null and b/docs/02-setup-main-game/05-main-scene/img/07-item-description/prepare-assets-1.png differ diff --git a/docs/02-setup-main-game/05-main-scene/img/07-item-description/prepare-assets-2.png b/docs/02-setup-main-game/05-main-scene/img/07-item-description/prepare-assets-2.png new file mode 100644 index 0000000..76d21f7 Binary files /dev/null and b/docs/02-setup-main-game/05-main-scene/img/07-item-description/prepare-assets-2.png differ diff --git a/docs/02-setup-main-game/05-main-scene/img/07-item-description/prepare-assets-3.png b/docs/02-setup-main-game/05-main-scene/img/07-item-description/prepare-assets-3.png new file mode 100644 index 0000000..dd3433e Binary files /dev/null and b/docs/02-setup-main-game/05-main-scene/img/07-item-description/prepare-assets-3.png differ diff --git a/docs/02-setup-main-game/05-main-scene/img/07-item-description/prepare-prefabs-1.png b/docs/02-setup-main-game/05-main-scene/img/07-item-description/prepare-prefabs-1.png new file mode 100644 index 0000000..8782c12 Binary files /dev/null and b/docs/02-setup-main-game/05-main-scene/img/07-item-description/prepare-prefabs-1.png differ diff --git a/docs/02-setup-main-game/05-main-scene/img/07-item-description/prepare-prefabs-2.png b/docs/02-setup-main-game/05-main-scene/img/07-item-description/prepare-prefabs-2.png new file mode 100644 index 0000000..f38a5f7 Binary files /dev/null and b/docs/02-setup-main-game/05-main-scene/img/07-item-description/prepare-prefabs-2.png differ diff --git a/docs/02-setup-main-game/05-main-scene/img/09-info-page/prepare-setting-config.png b/docs/02-setup-main-game/05-main-scene/img/09-info-page/prepare-setting-config.png new file mode 100644 index 0000000..09d9625 Binary files /dev/null and b/docs/02-setup-main-game/05-main-scene/img/09-info-page/prepare-setting-config.png differ