4.0 KiB
sidebar_position
sidebar_position |
---|
1 |
Powerplay
Overview
The Power Play feature enhances gameplay with BUY-BONUS FEATURE and FAST-PLAY FEATURE by providing a dynamic interface for player controls, integrated into the main scene for both desktop and mobile platforms.
Prepare Prefabs
Step 1: Configure power-play-panel.prefab
- Copy Prefab:
- Paste and Rename:
Step 2: Configure mobile-power-play-panel.prefab
-
Copy Prefab:
- Source:
assets/core-assets/hyper-core/packages/ui/mobile-ui/prefabs/templates/template-mobile-power-play-panel.prefab
- Source:
-
Paste and Rename:
- Destination:
assets/game-assets/prefabs/mobile/mobile-power-play-panel.prefab
:::warning Rename the prefab tomobile-power-play-panel
to ensure proper referencing :::
- Destination:
Step 3: Configure Label Prefabs
-
Copy Prefabs:
- Source:
assets/core-assets/slotty-core/packages/power-panel/editor/
- Copy all 5 label prefabs.
- Source:
-
Paste:
- Destination:
assets/game-assets/editor/
- Destination:
Edit Prefab
Customize the power-play-panel
and mobile-power-play-panel
prefabs according to the game design specifications.
Component | Description |
---|---|
Label Outline | Add an outline to make the text stand out. |
Label Shadow | Add a shadow for better contrast and readability. |
Setup Main Scene
Drag the power-play-panel
prefab into your main scene:
Setup Mobile UI
Open the mobile-ui
prefab and drag in the mobile-power-play-panel
:
Apply Textures
Prepare these assets
Configure Helpers
Manual Powerplay
Two Ways to Activate:
1. Local
Append this param to the local URL:
http://localhost:7456/?minNormalBet=10
2. Game Live
-
Step 2: Reload the page and run this code at the breakpoint:
params.GameSettings.config.minNormalBet = 10;
Setup manual-powerplay
In the main scene: create a node and add the corresponding script.
Tip:
- Verify that all asset paths are correct and accessible in your project directory.
- Test the Power Play feature on both desktop and mobile to ensure responsiveness and functionality.
- Ensure the
minNormalBet
parameter aligns with the game’s betting requirements.
:::warning
If your game already has shortcut-buy-feature
set up, this node may already be configured.
:::