pixi-rainman-game-engine 0.2.16-b → 0.2.16

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.
@@ -152,6 +152,7 @@ export class AbstractController {
152
152
  }
153
153
  handleDisablingButtons(disabled) {
154
154
  this.disableBetButtons(disabled ?? this.shouldBetButtonsBeDisabled);
155
+ this.disableAutoplayButton(disabled ?? this.shouldBetButtonsBeDisabled);
155
156
  this.disableSpeedButton(disabled ?? this.shouldButtonsBeDisabled);
156
157
  this.disableInformationButtons(disabled ?? this.shouldButtonsBeDisabled);
157
158
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pixi-rainman-game-engine",
3
- "version": "0.2.16b",
3
+ "version": "0.2.16",
4
4
  "description": "This repository contains all of the mechanics that used in rainman games.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",