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/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