diff --git a/docs/02-setup-main-game/05-main-scene/08-free-round.md b/docs/02-setup-main-game/05-main-scene/08-free-round.md index fc5a816..ef27fc7 100644 --- a/docs/02-setup-main-game/05-main-scene/08-free-round.md +++ b/docs/02-setup-main-game/05-main-scene/08-free-round.md @@ -7,7 +7,12 @@ description: Display and manage remaining free rounds in the game. # Free Round System ## Overview -The **Free Round** system manages the display and logic for tracking remaining free rounds in the game, supporting both desktop and mobile platforms. +The **Free Round** system manages the display and logic for tracking remaining free rounds with fixed bet in the game, supporting both desktop and mobile platforms. +- **International theme popup** +![Free Round International](../img/05-main-scene/freeround-counter/freerounds-international.png) +- **Chinese theme popup** +![Free Round Chinese](../img/05-main-scene/freeround-counter/freerounds-chinese.png) + | Platform | Preview | |----------|---------| @@ -63,5 +68,7 @@ The **Free Round** system manages the display and logic for tracking remaining f ## Game Result Example | Platform | Popup | Action | Result | |----------|-------|--------|--------| -| Desktop | ![Popup Desktop](../img/05-main-scene/freeround-counter/popup-freeround-counter-desktop.png) | Click → Start | ![Result Desktop](../img/05-main-scene/freeround-counter/overview-freeround-desktop.png) | -| Mobile | ![Popup Mobile](../img/05-main-scene/freeround-counter/popup-freeround-counter-mobile.png) | Click → Start | ![Result Mobile](../img/05-main-scene/freeround-counter/overview-freeround.png) | \ No newline at end of file +| Desktop | ![Popup Desktop](../img/05-main-scene/freeround-counter/freerounds-international.png) | Click → Start | ![Result Desktop](../img/05-main-scene/freeround-counter/overview-freeround-desktop.png) | +| Mobile | ![Popup Mobile](../img/05-main-scene/freeround-counter/freerounds-international.png) | Click → Start | ![Result Mobile](../img/05-main-scene/freeround-counter/overview-freeround.png) | + +![TotalWin](../img/05-main-scene/freeround-counter/total-win-freerounds.png) \ No newline at end of file diff --git a/docs/02-setup-main-game/05-main-scene/12-popup-panel.md b/docs/02-setup-main-game/05-main-scene/12-popup-panel.md index 8d31634..db9fd96 100644 --- a/docs/02-setup-main-game/05-main-scene/12-popup-panel.md +++ b/docs/02-setup-main-game/05-main-scene/12-popup-panel.md @@ -7,9 +7,9 @@ sidebar_position: 12 ## Overview The **Popup Panel** is a temporary UI element that overlays the main game content to display additional information or user options, such as exit prompts or disconnection notices. -| Exit Popup | Disconnect Popup | Credit Popup | +| Exit Popup | Disconnect Popup | Free Rounds Popup | |------------|------------------|--------------| -| ![Exit Popup](../img/05-main-scene/popup-exit-game.png) | ![Disconnect Popup](../img/05-main-scene/popup-disconnet.png) | ![Credit Popup](../img/05-main-scene/popup-credit-game.png) | +| ![Exit Popup](../img/05-main-scene/popup-exit-game.png) | ![Disconnect Popup](../img/05-main-scene/popup-disconnet.png) | ![Free Rounds Popup](../img/05-main-scene/freeround-counter/freerounds-international.png) | ## Multiple Popup Panel The **Multiple Popup Panel** is pre-integrated into the main scene via the `template-main-game` prefab, allowing multiple popups to be managed efficiently. diff --git a/docs/02-setup-main-game/05-main-scene/18-Gamble.md b/docs/02-setup-main-game/05-main-scene/19-gamble.md similarity index 98% rename from docs/02-setup-main-game/05-main-scene/18-Gamble.md rename to docs/02-setup-main-game/05-main-scene/19-gamble.md index c1757e3..a366a90 100644 --- a/docs/02-setup-main-game/05-main-scene/18-Gamble.md +++ b/docs/02-setup-main-game/05-main-scene/19-gamble.md @@ -1,5 +1,5 @@ --- -sidebar_position: 18 +sidebar_position: 19 title: Gamble description: Display Gamble --- diff --git a/docs/02-setup-main-game/img/05-main-scene/freeround-counter/freerounds-chinese.png b/docs/02-setup-main-game/img/05-main-scene/freeround-counter/freerounds-chinese.png new file mode 100644 index 0000000..2c1c6d6 Binary files /dev/null and b/docs/02-setup-main-game/img/05-main-scene/freeround-counter/freerounds-chinese.png differ diff --git a/docs/02-setup-main-game/img/05-main-scene/freeround-counter/freerounds-international.png b/docs/02-setup-main-game/img/05-main-scene/freeround-counter/freerounds-international.png new file mode 100644 index 0000000..ad5c091 Binary files /dev/null and b/docs/02-setup-main-game/img/05-main-scene/freeround-counter/freerounds-international.png differ diff --git a/docs/02-setup-main-game/img/05-main-scene/freeround-counter/popup-freeround-counter-desktop.png b/docs/02-setup-main-game/img/05-main-scene/freeround-counter/popup-freeround-counter-desktop.png deleted file mode 100644 index 6efc54e..0000000 Binary files a/docs/02-setup-main-game/img/05-main-scene/freeround-counter/popup-freeround-counter-desktop.png and /dev/null differ diff --git a/docs/02-setup-main-game/img/05-main-scene/freeround-counter/popup-freeround-counter-mobile.png b/docs/02-setup-main-game/img/05-main-scene/freeround-counter/popup-freeround-counter-mobile.png deleted file mode 100644 index 283c228..0000000 Binary files a/docs/02-setup-main-game/img/05-main-scene/freeround-counter/popup-freeround-counter-mobile.png and /dev/null differ diff --git a/docs/02-setup-main-game/img/05-main-scene/freeround-counter/total-win-freerounds.png b/docs/02-setup-main-game/img/05-main-scene/freeround-counter/total-win-freerounds.png new file mode 100644 index 0000000..9403ce4 Binary files /dev/null and b/docs/02-setup-main-game/img/05-main-scene/freeround-counter/total-win-freerounds.png differ