diff --git a/api-doc/slot-machine/bonus-game/_category_.json b/api-doc/slot-machine/bonus-game/_category_.json index f2ddcc5..281e07c 100644 --- a/api-doc/slot-machine/bonus-game/_category_.json +++ b/api-doc/slot-machine/bonus-game/_category_.json @@ -1,5 +1,5 @@ { - "position": 16, + "position": 26, "label": "Bonus Game", "collapsible": true, "collapsed": true, diff --git a/api-doc/slot-machine/spin/spin-controller.md b/api-doc/slot-machine/spin/spin-controller.md index de1413d..3aab7f5 100644 --- a/api-doc/slot-machine/spin/spin-controller.md +++ b/api-doc/slot-machine/spin/spin-controller.md @@ -21,8 +21,6 @@ sidebar_position: 1 * [onNextScrollDataReceived](#onnextscrolldatareceived) Updates the model with new scroll data received from the network. * [onStopSpinClicked](#onstopspinclicked) Notifies listeners when the stop spin button is clicked. -> - ## Details ### Properties @@ -92,7 +90,6 @@ Completes the spin round and stops any waiting processes. | :--- | :---------- | | Defined in | [p4f-slotty-core/src/controller/spin-controller.js#L68](https://gitea.plp19.com/cocos-core/p4f-slotty-core/src/commit/7fbf58bf2ad8edec4258757b353151b638c96652/src/controller/spin-controller.js#L68)| - #### onBetDataChanged > Updates internal bet tracking based on input data.