first commit

This commit is contained in:
dungdq 2025-05-19 14:59:00 +07:00
parent 590e65b3de
commit 10b1a51b1c
3 changed files with 45 additions and 0 deletions

View 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](../img/05-main-scene/win-limit/win-limit-component.png)
- 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