doc-slot-core-manual/docs/02-setup-main-game/05-main-scene/14-setup-sprite-frame-provider.md
2025-05-13 18:32:13 +07:00

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 Big
Super Win High payout Super
Mega Win Maximum payout Mega

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

Component Setup

:::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 Desktop
Mobile assets/textures/mobile/presloads/special-wins Mobile

View Platform Asset Structure


2. Animation Setup

Animation Naming Convention

Each animation type must follow the defined naming pattern per platform:

  • name type:
    • bigwin
    • superwin
    • megawin

Type Names

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 Desktop
Mobile assets/textures/mobile/postloads/custom-scale/anim-special-win Mobile
Step 2: Configure Animation Settings
Setting Example
Static Fallback Static
Loop Animation Loop

View Animation Provider Setup

:::tip Static and animation paths may vary by game. Adjust as needed. :::