feature/add-win-limit #55

Merged
huy.pham merged 11 commits from feature/add-win-limit into develop 2025-05-19 18:47:33 +08:00
Showing only changes of commit 4aebeabe7d - Show all commits

View File

@ -1,17 +1,21 @@
---
sidebar_position: 17
title: Win Limit
description: Display win and gamble limit notifications in-game.
description: Display limit win
---
# Win Limit
### Overview
- Shows a win/gamble limit popup during gameplay.
- Win limit notifications can appear in the **main game**.
- Win limit popup during gameplay.
- Triggered when win points reach a predefined limit.
![Win](../img/05-main-scene/win-limit/overview.png)
- Gamble win limit popup during gameplay.
- Popup triggered when the number of gamble attempts reaches a set limit
![Gamble](../img/05-main-scene/win-limit/overview-gamble.png)
---