update feedback
This commit is contained in:
parent
a56efcaf23
commit
e722339218
@ -68,7 +68,17 @@ The setup is very straightforward by using the `Generate Panel` command in each
|
|||||||
|
|
||||||
- Landing Panel:
|
- Landing Panel:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
To define Landing Panel, create the following script:
|
||||||
|
|
||||||
|
:::warning
|
||||||
|
```jsx title="assets/game-assets/scripts/slotty-settings/extend-slotty-setting.js"
|
||||||
|
SlottySetting.prototype._registerInjection = function () {
|
||||||
|
DIContainer.Register('landingGenerator', require('landing-generator'));
|
||||||
|
};
|
||||||
|
```
|
||||||
|
:::
|
||||||
|
|
||||||
- Present Win Cell Panel:
|
- Present Win Cell Panel:
|
||||||
|
|
||||||
@ -84,7 +94,18 @@ The setup is very straightforward by using the `Generate Panel` command in each
|
|||||||
|
|
||||||
If the tension use a custom size frame, we can change the option **sizeMode** to **Custom** and set the static frame and size.
|
If the tension use a custom size frame, we can change the option **sizeMode** to **Custom** and set the static frame and size.
|
||||||
|
|
||||||

|

|
||||||
|
**check toggle General Panel**
|
||||||
|

|
||||||
|
To define Tension Panel, create the following script:
|
||||||
|
:::warning
|
||||||
|
```jsx title="assets/game-assets/scripts/slotty-settings/extend-slotty-setting.js"
|
||||||
|
SlottySetting.prototype._registerInjection = function () {
|
||||||
|
DIContainer.Register('tensionGenerator', require('tension-generator'));
|
||||||
|
};
|
||||||
|
```
|
||||||
|
:::
|
||||||
|
|
||||||
|
|
||||||
## Setup UI Panel
|
## Setup UI Panel
|
||||||
|
|
||||||
|
BIN
docs/02-setup-main-game/img/05-main-scene/note-bug-tension.png
Normal file
BIN
docs/02-setup-main-game/img/05-main-scene/note-bug-tension.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 95 KiB |
Loading…
x
Reference in New Issue
Block a user