update content

This commit is contained in:
dungdq 2025-05-19 17:46:30 +07:00
parent 3a39971191
commit ea7a3be7f6

View File

@ -8,13 +8,17 @@ description: Display limit win
### Overview
- Win limit popup during gameplay, triggered when win points reach a predefined limit.
#### Win Limit
![Win](../img/05-main-scene/win-limit/overview.png)
- The **Win Limit** popup appears during gameplay when the player's win points reach a predefined threshold.
- Gamble win limit popup during gamble, triggered when the number of gamble attempts reaches 5.
![Win Limit Popup](../img/05-main-scene/win-limit/overview.png)
![Gamble](../img/05-main-scene/win-limit/overview-gamble.png)
#### Gamble Win Limit
- The **Gamble Win Limit** popup is triggered during the gamble feature when the player reaches the maximum number of allowed gamble attempts (typically 5).
![Gamble Win Limit Popup](../img/05-main-scene/win-limit/overview-gamble.png)
---