lyb-pixi-js 1.1.16 → 1.1.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -479,10 +479,6 @@ import { LibPixiSubAddMinMax } from "lyb-pixi-js";
|
|
|
479
479
|
|
|
480
480
|
//创建按钮实例
|
|
481
481
|
const betControl = new LibPixiSubAddMinMax({
|
|
482
|
-
minBtn: minButton, //最小按钮
|
|
483
|
-
maxBtn: maxButton, //最大按钮
|
|
484
|
-
subBtn: subButton, //减少按钮
|
|
485
|
-
addBtn: addButton, //增加按钮
|
|
486
482
|
initialBetIndex: 0, //初始下注索引
|
|
487
483
|
betAmountListLength: 10, //下注金额列表长度
|
|
488
484
|
onAmountIndex: (index) => {
|