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.
Files changed (2) hide show
  1. package/README.md +0 -4
  2. 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) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lyb-pixi-js",
3
- "version": "1.1.16",
3
+ "version": "1.1.17",
4
4
  "description": "自用Pixi.JS方法库",
5
5
  "license": "ISC",
6
6
  "exports": {