ttpg-darrell 1.0.32 → 1.0.33

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.
@@ -35,7 +35,7 @@ class TurnOrderWidget {
35
35
  this._screenUI.positionX = 1;
36
36
  this._screenUI.relativePositionX = true;
37
37
  this._screenUI.relativePositionY = true;
38
- this._screenUI.height = h * reserveSlots + 1;
38
+ this._screenUI.height = h * reserveSlots + 2;
39
39
  this._screenUI.width = w;
40
40
  this._screenUI.widget = this.getWidget();
41
41
  this._uiVisibility = new ui_visibility_1.UiVisibility(this._screenUI);
@@ -32,7 +32,7 @@ export class TurnOrderWidget {
32
32
  this._screenUI.positionX = 1;
33
33
  this._screenUI.relativePositionX = true;
34
34
  this._screenUI.relativePositionY = true;
35
- this._screenUI.height = h * reserveSlots + 1;
35
+ this._screenUI.height = h * reserveSlots + 2;
36
36
  this._screenUI.width = w;
37
37
  this._screenUI.widget = this.getWidget();
38
38
  this._uiVisibility = new UiVisibility(this._screenUI);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ttpg-darrell",
3
- "version": "1.0.32",
3
+ "version": "1.0.33",
4
4
  "description": "TTPG TypeScript library",
5
5
  "main": "./build/cjs/index.js",
6
6
  "module": "./build/esm/index.js",