From 4aebeabe7df8f1224edd6b83695eaa2b0dee9643 Mon Sep 17 00:00:00 2001 From: dungdq Date: Mon, 19 May 2025 17:33:31 +0700 Subject: [PATCH] add content overview --- docs/02-setup-main-game/05-main-scene/17-win-limit.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 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 d2a1bb7..8c6d090 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 @@ -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) ---