pixi-rainman-game-engine 0.1.45 → 0.1.46

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.
@@ -1,7 +1,7 @@
1
1
  export declare const WIN_MULTIPLIER_VALUES: {
2
2
  readonly LOW_WIN: 1;
3
3
  readonly MEDIUM_WIN_MIN: 1.1;
4
- readonly MEDIUM_WIN_MAX: 2;
4
+ readonly MEDIUM_WIN_MAX: 5;
5
5
  readonly HIGH_WIN_MIN: 5.1;
6
6
  readonly HIGH_WIN_MAX: 15;
7
7
  readonly VERY_HIGH_WIN: 15.1;
@@ -1,7 +1,7 @@
1
1
  export const WIN_MULTIPLIER_VALUES = {
2
2
  LOW_WIN: 1,
3
3
  MEDIUM_WIN_MIN: 1.1,
4
- MEDIUM_WIN_MAX: 2,
4
+ MEDIUM_WIN_MAX: 5,
5
5
  HIGH_WIN_MIN: 5.1,
6
6
  HIGH_WIN_MAX: 15,
7
7
  VERY_HIGH_WIN: 15.1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pixi-rainman-game-engine",
3
- "version": "0.1.45",
3
+ "version": "0.1.46",
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",