From 6f1511531fe2382748cdfe6f99609dbc502901b9 Mon Sep 17 00:00:00 2001 From: dungdq Date: Fri, 16 May 2025 18:03:14 +0700 Subject: [PATCH] add content --- docs/02-setup-main-game/05-main-scene/08-free-round.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 3cadaaa..7724587 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 @@ -95,9 +95,11 @@ description: Display and manage remaining free rounds in the game. ## Game Result Examples +*To show the free round popup, make sure the main scene includes the popup panel.* +* More Detail: [Popup Panel](http://localhost:3000/docs/setup-main-game/main-scene/popup-panel) + |Platform|Popup|Action|Result| |--------|-----|------|------| |Desktop|![Desktop](../img/05-main-scene/freeround-counter/popup-freeround-counter-desktop.png)|click → Start|![Add Font](../img/05-main-scene/freeround-counter/overview-freeround-desktop.png)| |Mobile|![Mobile](../img/05-main-scene/freeround-counter/popup-freeround-counter-mobile.png)|click → Start|![Add Font](../img/05-main-scene/freeround-counter/overview-freeround.png)| -* More Detail: [Popup Panel](http://localhost:3000/docs/setup-main-game/main-scene/popup-panel)