diff --git a/docs/02-setup-main-game/05-main-scene/15-jackpot-panel.md b/docs/02-setup-main-game/05-main-scene/15-jackpot-panel.md index 602a752..1ec50f1 100644 --- a/docs/02-setup-main-game/05-main-scene/15-jackpot-panel.md +++ b/docs/02-setup-main-game/05-main-scene/15-jackpot-panel.md @@ -32,9 +32,11 @@ sidebar_position: 15 |`assets/core-assets/jackpot-package/prefabs`|![Core](../img/05-main-scene/jackpot-panel/jackpot-core-prefabs.png)| |--------------------------------------------|--------------------------------------------------------------------| -### Setup Steps +### Game Setup -#### Desktop +#### Jackpot runner + +##### Desktop - The node jackpot to your main scene: @@ -42,7 +44,7 @@ sidebar_position: 15 More info: [Platform Node Spawner](http://localhost:3000/docs/faqs/setup-cocos-scene#platform-node-spawner) -#### Mobile +##### Mobile - Configure the jackpot node for both landscape and portrait orientations. @@ -58,7 +60,7 @@ sidebar_position: 15 More info: [Platform Node Spawner](http://localhost:3000/docs/faqs/setup-cocos-scene#platform-node-spawner) -### Result +#### Result Panel - The jackpot panel works seamlessly across all platforms and orientations. @@ -66,8 +68,6 @@ sidebar_position: 15 More info: [Node Spawner](http://localhost:3000/docs/faqs/setup-cocos-scene#node-spawner) - - :::tip - Follow the game design layout. :::