Merge pull request 'feature/add-winpoint-on-reel' (#62) from feature/add-winpoint-on-reel into develop
Reviewed-on: #62
This commit is contained in:
commit
7435d6d29c
@ -12,7 +12,7 @@ sidebar_position: 5
|
|||||||
|
|
||||||
## Implementation
|
## Implementation
|
||||||
|
|
||||||
### Prefab Locations
|
### Prepare Asssets
|
||||||
|
|
||||||
#### In Core
|
#### In Core
|
||||||
|
|
||||||
@ -48,7 +48,7 @@ sidebar_position: 5
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
### Setup Steps
|
### Setup
|
||||||
|
|
||||||
#### Steps 1: Add Prefab to Scene
|
#### Steps 1: Add Prefab to Scene
|
||||||
|
|
||||||
@ -73,7 +73,6 @@ Add the win point on reel prefab to your main scene.
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
#### Steps 2: Configure Node Targets
|
#### Steps 2: Configure Node Targets
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
sidebar_position: 6
|
sidebar_position: 6
|
||||||
---
|
---
|
||||||
|
|
||||||
# Special Win Setup
|
# Special Win
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -22,7 +22,7 @@ Each type delivers increasing visual excitement to highlight significant player
|
|||||||
|
|
||||||
## Implementation
|
## Implementation
|
||||||
|
|
||||||
### Core Components
|
### Prepare Assets
|
||||||
|
|
||||||
The special win system consists of three main components:
|
The special win system consists of three main components:
|
||||||
|
|
||||||
@ -51,7 +51,7 @@ The coin shower effect uses prefab variants for different markets:
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### Asset Configuration
|
### Setup
|
||||||
|
|
||||||
#### 1. Static Resources
|
#### 1. Static Resources
|
||||||
|
|
||||||
@ -62,7 +62,7 @@ Store static assets in platform-specific directories:
|
|||||||
| Desktop | `assets/textures/desktop/preloads/special-wins` |  |
|
| Desktop | `assets/textures/desktop/preloads/special-wins` |  |
|
||||||
| Mobile | `assets/textures/mobile/preloads/special-wins` |  |
|
| Mobile | `assets/textures/mobile/preloads/special-wins` |  |
|
||||||
|
|
||||||
🔗 [View Platform Asset Structure](http://localhost:3000/docs/cagegory/game-asset-structure)
|
🔗 [View Platform Asset Structure](/docs/cagegory/game-asset-structure)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -135,7 +135,7 @@ 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](/docs/setup-main-game/main-scene/system#animation-provider-setup)
|
||||||
|
|
||||||
:::tip
|
:::tip
|
||||||
- Move assets to `custom-scale/` directory to resolve image quality issues
|
- Move assets to `custom-scale/` directory to resolve image quality issues
|
||||||
@ -168,3 +168,8 @@ Place animated assets in the following directories:
|
|||||||
:::tip
|
:::tip
|
||||||
Customize font styles based on each game's design.
|
Customize font styles based on each game's design.
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
## Game Result Example
|
||||||
|
|
||||||
|
The game result display for Special Wins should match the style and format shown in the Overview section.
|
||||||
|
🔗 [Game Result Example](/docs/setup-main-game/main-scene/special-win#overview)
|
Loading…
x
Reference in New Issue
Block a user