2.8 KiB
2.8 KiB
sidebar_position
sidebar_position |
---|
14 |
Special Win Setup
Overview
Special Wins are high-value reward events in slot games, categorized based on the payout threshold:
Win Type | Trigger Threshold | Visual Preview |
---|---|---|
Big Win | Medium payout | ![]() |
Super Win | High payout | ![]() |
Mega Win | Maximum payout | ![]() |
Each type delivers increasing visual excitement to highlight significant player rewards.
Implementation
Core Components
Component | Description |
---|---|
hyper-special-win-initializer |
Initializes the special win system |
hyper-present-special-win |
Controls display and animation flow |
hyper-special-win-label-point-effect |
Shows the win amount visually |
:::tip Place the Special Win as defined by the game design. :::
Asset Configuration
1. Static Resources
Store static assets in platform-specific directories:
Platform | Path | Preview |
---|---|---|
Desktop | assets/textures/desktop/presloads/special-wins |
![]() |
Mobile | assets/textures/mobile/presloads/special-wins |
![]() |
2. Animation Setup
Animation Naming Convention
Each animation type must follow the defined naming pattern per platform:
- name type:
- bigwin
- superwin
- megawin
Step 1: Add Animation Resources
Place animated assets in the following directories:
Platform | Path | Preview |
---|---|---|
Desktop | assets/textures/desktop/postloads/custom-scale/anim-special-win |
![]() |
Mobile | assets/textures/mobile/postloads/custom-scale/anim-special-win |
![]() |
Step 2: Configure Animation Settings
Setting | Example |
---|---|
Static Fallback | ![]() |
Loop Animation | ![]() |
:::tip Static and animation paths may vary by game. Adjust as needed. :::