From 5d7ff09498df9d4cc4f4c51e4ac6e85e827b7382 Mon Sep 17 00:00:00 2001 From: dungdq Date: Mon, 19 May 2025 17:36:09 +0700 Subject: [PATCH] update content --- docs/02-setup-main-game/05-main-scene/17-win-limit.md | 6 ++---- 1 file changed, 2 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 8c6d090..c46601a 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,11 @@ description: Display limit win ### Overview -- Win limit popup during gameplay. -- Triggered when win points reach a predefined limit. +- 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 win limit(x5) popup during gamble, popup triggered when the number of gamble attempts reaches a set limit. ![Gamble](../img/05-main-scene/win-limit/overview-gamble.png)