Improve content
This commit is contained in:
parent
5207567b5e
commit
85e105cbe8
@ -5,6 +5,7 @@ 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.
|
||||
|
||||

|
||||

|
||||
@ -14,63 +15,52 @@ sidebar_position: 1
|
||||
|
||||
## Prepare Prefabs
|
||||
|
||||
### Step 1: `power-play-panel.prefab`
|
||||
### Step 1: Configure `power-play-panel.prefab`
|
||||
|
||||
**Copy**
|
||||
`template-power-play-panel`
|
||||
from
|
||||
`assets/core-assets/hyper-core/packages/power-panel/prefabs/template-power-play-panel.prefab`
|
||||
|
||||

|
||||
|
||||
**Paste & Rename To**
|
||||
`assets/game-assets/prefabs/power-play-panel.prefab`
|
||||
|
||||
:::warning
|
||||
Must rename the prefab to **`power-play-panel`**
|
||||
:::
|
||||
|
||||

|
||||
1. **Copy Prefab**:
|
||||
- Source: `assets/core-assets/hyper-core/packages/power-panel/prefabs/template-power-play-panel.prefab`
|
||||

|
||||
2. **Paste and Rename**:
|
||||
- Destination: `assets/game-assets/prefabs/power-play-panel.prefab`
|
||||
:::warning
|
||||
Rename the prefab to **`power-play-panel`** to ensure proper referencing
|
||||
:::
|
||||

|
||||
|
||||
---
|
||||
|
||||
### Step 2: `mobile-power-play-panel`
|
||||
### Step 2: Configure `mobile-power-play-panel.prefab`
|
||||
1. **Copy Prefab**:
|
||||
- Source: `assets/core-assets/hyper-core/packages/ui/mobile-ui/prefabs/templates/template-mobile-power-play-panel.prefab`
|
||||
|
||||
**Copy**
|
||||
`template-mobile-power-play-panel`
|
||||
from
|
||||
`assets/core-assets/hyper-core/packages/ui/mobile-ui/prefabs/templates/template-mobile-power-play-panel.prefab`
|
||||

|
||||
|
||||

|
||||
2. **Paste and Rename**:
|
||||
- Destination: `assets/game-assets/prefabs/mobile/mobile-power-play-panel.prefab`
|
||||
:::warning
|
||||
Rename the prefab to **`mobile-power-play-panel`** to ensure proper referencing
|
||||
:::
|
||||
|
||||
**Paste & Rename To**
|
||||
`assets/game-assets/prefabs/mobile/power-play-panel.prefab`
|
||||
|
||||
:::warning
|
||||
Must rename the prefab to **`mobile-power-play-panel`**
|
||||
:::
|
||||
|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
### Step 3: `template-label`
|
||||
### Step 3: Configure Label Prefabs
|
||||
1. **Copy Prefabs**:
|
||||
- Source: `assets/core-assets/slotty-core/packages/power-panel/editor/`
|
||||
- Copy all 5 label prefabs.
|
||||
|
||||
**Copy 5 Prefabs from**
|
||||
`assets/core-assets/slotty-core/packages/power-panel/editor/`
|
||||

|
||||
|
||||

|
||||
2. **Paste**:
|
||||
- Destination: `assets/game-assets/editor/`
|
||||
|
||||
**To**
|
||||
`assets/game-assets/editor/`
|
||||
|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
## Edit Prefab
|
||||
|
||||
**Follow the design and edit the prefab accordingly:**
|
||||
Customize the `power-play-panel` and `mobile-power-play-panel` prefabs according to the game design specifications.
|
||||
|
||||

|
||||
|
||||
@ -139,6 +129,12 @@ Append this param to the local URL:
|
||||
|
||||

|
||||
|
||||
|
||||
**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.
|
||||
:::
|
||||
|
Loading…
x
Reference in New Issue
Block a user