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 b8d8ad3..e96f8f0 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 @@ -10,9 +10,11 @@ description: Display win limit popups during gameplay. The **Win Limit** system displays popups when specific win conditions are met, enhancing player feedback and interaction. - **Win Limit Popup**: Appears when a player’s win points reach a predefined threshold. - - ![Win Limit Popup](../img/05-main-scene/win-limit/overview.png) + ![Win Limit Popup](../img/05-main-scene/win-limit/overview.png) + - **Gamble Win Limit Popup**: Triggered during the gamble feature when the maximum number of gamble attempts (typically 5) is reached. - - ![Gamble Win Limit Popup](../img/05-main-scene/win-limit/overview-gamble.png) + + ![Gamble Win Limit Popup](../img/05-main-scene/win-limit/overview-gamble.png) ## Prepare Assets diff --git a/docs/02-setup-main-game/img/05-main-scene/win-limit/overview-gamble.png b/docs/02-setup-main-game/img/05-main-scene/win-limit/overview-gamble.png index 572b2a8..b931c9d 100644 Binary files a/docs/02-setup-main-game/img/05-main-scene/win-limit/overview-gamble.png and b/docs/02-setup-main-game/img/05-main-scene/win-limit/overview-gamble.png differ diff --git a/docs/02-setup-main-game/img/05-main-scene/win-limit/overview.png b/docs/02-setup-main-game/img/05-main-scene/win-limit/overview.png index d700f4d..4261865 100644 Binary files a/docs/02-setup-main-game/img/05-main-scene/win-limit/overview.png and b/docs/02-setup-main-game/img/05-main-scene/win-limit/overview.png differ diff --git a/docs/03-setup-special-feature/img/freespins/fs-congra.jpg b/docs/03-setup-special-feature/img/freespins/fs-congra.jpg new file mode 100644 index 0000000..73d4191 Binary files /dev/null and b/docs/03-setup-special-feature/img/freespins/fs-congra.jpg differ diff --git a/docs/03-setup-special-feature/img/freespins/fs-scene.jpg b/docs/03-setup-special-feature/img/freespins/fs-scene.jpg new file mode 100644 index 0000000..2cc4f07 Binary files /dev/null and b/docs/03-setup-special-feature/img/freespins/fs-scene.jpg differ diff --git a/docs/03-setup-special-feature/img/freespins/fs-transition.jpg b/docs/03-setup-special-feature/img/freespins/fs-transition.jpg new file mode 100644 index 0000000..2d8ea9c Binary files /dev/null and b/docs/03-setup-special-feature/img/freespins/fs-transition.jpg differ diff --git a/docs/03-setup-special-feature/img/freespins/fs-trigger.jpg b/docs/03-setup-special-feature/img/freespins/fs-trigger.jpg new file mode 100644 index 0000000..4873fc1 Binary files /dev/null and b/docs/03-setup-special-feature/img/freespins/fs-trigger.jpg differ