update content
This commit is contained in:
parent
d9c5a7f700
commit
5c96a9e6ad
@ -8,9 +8,9 @@ sidebar_position: 14
|
|||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
Special Wins are high-value reward events in slot games, categorized based on the payout threshold:
|
Special Wins are high-value reward events in slot games, cagegorized based on the payout threshold:
|
||||||
|
|
||||||
| Win Type | Trigger Threshold | Visual Preview |
|
| Win Type | Trigger Threshold | Preview |
|
||||||
|-----------|-----------------------|----------------|
|
|-----------|-----------------------|----------------|
|
||||||
| **Big Win** | Medium payout |  |
|
| **Big Win** | Medium payout |  |
|
||||||
| **Super Win** | High payout |  |
|
| **Super Win** | High payout |  |
|
||||||
@ -40,13 +40,13 @@ The coin shower effect uses prefab variants for different markets:
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
| Prefab Name | Market Target | Asset Preview |
|
| Prefab Name | Market Target | Preview |
|
||||||
|-------------|---------------|---------------|
|
|-------------|---------------|---------------|
|
||||||
| `hyper-coin-shower-international` | Global markets |  |
|
| `hyper-coin-shower-international` | Global markets |  |
|
||||||
| `hyper-coin-shower-chinese` | Chinese market |  |
|
| `hyper-coin-shower-chinese` | Chinese market |  |
|
||||||
|
|
||||||
:::tip
|
:::tip
|
||||||
Position the Special Win node as per game design
|
- Position the Special Win node as per game design
|
||||||
:::
|
:::
|
||||||
|
|
||||||
---
|
---
|
||||||
@ -59,10 +59,10 @@ Store static assets in platform-specific directories:
|
|||||||
|
|
||||||
| Platform | Path | Preview |
|
| Platform | Path | Preview |
|
||||||
|----------|------|---------|
|
|----------|------|---------|
|
||||||
| Desktop | `assets/textures/desktop/presloads/special-wins` |  |
|
| Desktop | `assets/textures/desktop/preloads/special-wins` |  |
|
||||||
| Mobile | `assets/textures/mobile/presloads/special-wins` |  |
|
| Mobile | `assets/textures/mobile/preloads/special-wins` |  |
|
||||||
|
|
||||||
[View Platform Asset Structure](http://localhost:3000/docs/category/game-asset-structure)
|
🔗 [View Platform Asset Structure](http://localhost:3000/docs/cagegory/game-asset-structure)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -94,7 +94,7 @@ graph TD
|
|||||||
MWL --> MWO[megawin-out]
|
MWL --> MWO[megawin-out]
|
||||||
|
|
||||||
%% Legend nodes
|
%% Legend nodes
|
||||||
L0["Feature Name"]-->L1["Win Types"] --> L2["In Stage"] --> L3["Loop Stage"] --> L4["Out Stage"]
|
L0["Feature Name"]-->L1["Win Types"] --> L2["In State"] --> L3["Loop State"] --> L4["Out State"]
|
||||||
class L0 specialWin
|
class L0 specialWin
|
||||||
class L1 winType
|
class L1 winType
|
||||||
class L2 inStage
|
class L2 inStage
|
||||||
@ -125,8 +125,8 @@ Place animated assets in the following directories:
|
|||||||
|
|
||||||
| Platform | Path | Preview |
|
| Platform | Path | Preview |
|
||||||
|----------|------|---------|
|
|----------|------|---------|
|
||||||
| Desktop | `assets/textures/desktop/postloads/custom-scale/anim-special-win` |  |
|
| Desktop | `assets/textures/desktop/postloads/anim-special-win` |  |
|
||||||
| Mobile | `assets/textures/mobile/postloads/custom-scale/anim-special-win` |  |
|
| Mobile | `assets/textures/mobile/postloads/anim-special-win` |  |
|
||||||
|
|
||||||
##### Step 2: Configure Animation Settings
|
##### Step 2: Configure Animation Settings
|
||||||
|
|
||||||
@ -135,30 +135,36 @@ Place animated assets in the following directories:
|
|||||||
| Static Fallback |  |
|
| Static Fallback |  |
|
||||||
| Loop Animation |  |
|
| Loop Animation |  |
|
||||||
|
|
||||||
[View Animation Provider Setup](http://localhost:3000/docs/setup-main-game/main-scene/system#animation-provider-setup)
|
🔗 [View Animation Provider Setup](http://localhost:3000/docs/setup-main-game/main-scene/system#animation-provider-setup)
|
||||||
|
|
||||||
:::tip
|
:::tip
|
||||||
Static and animation folder paths may vary by game. Adjust as needed.
|
- Move assets to `custom-scale/` directory to resolve image quality issues
|
||||||
|
- Asset paths may vary by project configuration
|
||||||
:::
|
:::
|
||||||
|
|
||||||
##### Step 3: Font Configuration
|
##### Step 3: Font Configuration
|
||||||
|
|
||||||
- **Path:** `assets\game-assets\fonts\preloads\main-game\fnt-special-win`
|
- **Path:** `assets\game-assets\fonts\preloads\main-game\fnt-special-win`
|
||||||
- Follow these steps to configure fonts for special win displays:
|
- Follow these steps to configure fonts for special win displays:
|
||||||
|
|
||||||
1. **Package Font Assets**
|
1. **Package Font Assets**
|
||||||
- Import font files into project
|
- Import font files into project
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
2. **Font Integration**
|
2. **Font Integration**
|
||||||
- Add font asset to special win component
|
- Add font asset to special win component
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
3. **Layout Settings**
|
3. **Layout Settings**
|
||||||
- Configure text alignment
|
|
||||||
- Adjust font size and spacing
|
- Configure text alignment
|
||||||
|
- Adjust font size and spacing
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
:::tip
|
:::tip
|
||||||
Customize font styles based on each game's design.
|
Customize font styles based on each game's design.
|
||||||
:::
|
:::
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 8.2 KiB After Width: | Height: | Size: 6.8 KiB |
Binary file not shown.
Before Width: | Height: | Size: 9.0 KiB After Width: | Height: | Size: 7.3 KiB |
Loading…
x
Reference in New Issue
Block a user