first commit
This commit is contained in:
parent
590e65b3de
commit
10b1a51b1c
45
docs/02-setup-main-game/05-main-scene/17-win-limit.md
Normal file
45
docs/02-setup-main-game/05-main-scene/17-win-limit.md
Normal file
@ -0,0 +1,45 @@
|
||||
---
|
||||
sidebar_position: 17
|
||||
title: Win Limit
|
||||
description: Display win and gamble limit notifications in-game.
|
||||
---
|
||||
|
||||
# Win Limit
|
||||
|
||||
## Overview
|
||||
|
||||
This component handles the display of **win limit** or **gamble limit** notifications during gameplay.
|
||||
It ensures players are informed when a maximum win condition is reached in a slot game.
|
||||
|
||||
## Implementation
|
||||
|
||||
### Location
|
||||
|
||||
#### Core
|
||||
|
||||
| Path | Name |
|
||||
|----------------------------------------------------------|-----------------------------|
|
||||
| `assets\core-assets\hyper-core\packages\present\prefabs` | `present-win-limit-reached` |
|
||||
|
||||
#### Game
|
||||
|
||||
##### In Scene
|
||||
|
||||
- structure in scene.
|
||||
|
||||
```
|
||||
Canvas
|
||||
└── [main-view]
|
||||
└── [game-view]
|
||||
└── [present-win-limit-reached]
|
||||
```
|
||||

|
||||
- component Animation:
|
||||
|
||||
|Status| Path | Show |
|
||||
|------|-------------------------------------------------------------------|--------------------------------------|
|
||||
|Show | `assets\core-assets\slotty-core\packages\feature-game\animations` | `anim-show-feature-win-presentation` |
|
||||
|Hide | `assets\core-assets\slotty-core\packages\feature-game\animations` | `anim-hide-feature-win-presentation` |
|
||||
|
||||
|
||||
|
Binary file not shown.
After Width: | Height: | Size: 72 KiB |
Binary file not shown.
After Width: | Height: | Size: 377 KiB |
Loading…
x
Reference in New Issue
Block a user