From ea7a3be7f62ff991411e5401f5481c2dcc4ba4aa Mon Sep 17 00:00:00 2001 From: dungdq Date: Mon, 19 May 2025 17:46:30 +0700 Subject: [PATCH] update content --- .../02-setup-main-game/05-main-scene/17-win-limit.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/02-setup-main-game/05-main-scene/17-win-limit.md b/docs/02-setup-main-game/05-main-scene/17-win-limit.md index a242279..db3b517 100644 --- a/docs/02-setup-main-game/05-main-scene/17-win-limit.md +++ b/docs/02-setup-main-game/05-main-scene/17-win-limit.md @@ -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) ---