add content overview

This commit is contained in:
dungdq 2025-05-19 17:33:31 +07:00
parent 321794fe9c
commit 4aebeabe7d

View File

@ -1,17 +1,21 @@
--- ---
sidebar_position: 17 sidebar_position: 17
title: Win Limit title: Win Limit
description: Display win and gamble limit notifications in-game. description: Display limit win
--- ---
# Win Limit # Win Limit
### Overview ### Overview
- Shows a win/gamble limit popup during gameplay. - Win limit popup during gameplay.
- Win limit notifications can appear in the **main game**. - Triggered when win points reach a predefined limit.
![Win](../img/05-main-scene/win-limit/overview.png) ![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) ![Gamble](../img/05-main-scene/win-limit/overview-gamble.png)
--- ---