--- sidebar_position: 5 --- # On Reel Win Point ## Overview - The **Win Point Per Line** system displays win points for each payline, including scatter wins. - The **All Win Point** system displays win point at center. | Win Point Per Line | All Win Point | | ------------------ | ------------- | |![Win Point Overview](./img/05-on-reel-win-point/overview-1.png)|![Win Point Overview](./img/05-on-reel-win-point/overview-2.png)| ## Asset Preparation 1. Locate all template prefabs: `assets/core-assets/hyper-core/packages/on-reel-present-win-point/prefab` 2. Copy and paste them to the game assets location: `assets/game-assets/prefabs` ![Prepare Prefabs](./img/05-on-reel-win-point/prepare-assets-1.png) 3. Prepare fonts ![Prepare Fonts](./img/05-on-reel-win-point/prepare-assets-2.png) ## Setup - Add the `on-reel-present-win-point`, `on-reel-present-all-win-point` prefab to the main scene. - Set the **Label Position**, **Cell Item Size**, and **Defaut Font Size** according to the game design. ![Label Component](./img/05-on-reel-win-point/setup-win-per-line-1.png) - Set the **Font** the prepared assets. ![Label Component](./img/05-on-reel-win-point/setup-win-per-line-2.png) ![Label Component](./img/05-on-reel-win-point/setup-all-win-point.png) :::tip Follow game design specifications for position and size. :::