ttpg-darrell 1.1.31 → 1.1.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.
|
@@ -226,8 +226,8 @@ class PlayerWindow {
|
|
|
226
226
|
.setColor([0, 0, 0, 1])
|
|
227
227
|
.setChild(window);
|
|
228
228
|
const windowBox = new api_1.LayoutBox()
|
|
229
|
-
.setOverrideWidth(width +
|
|
230
|
-
.setOverrideHeight(height +
|
|
229
|
+
.setOverrideWidth(width + 8)
|
|
230
|
+
.setOverrideHeight(height + 8)
|
|
231
231
|
.setChild(windowWithDarkOutline);
|
|
232
232
|
return windowBox;
|
|
233
233
|
}
|
|
@@ -223,8 +223,8 @@ export class PlayerWindow {
|
|
|
223
223
|
.setColor([0, 0, 0, 1])
|
|
224
224
|
.setChild(window);
|
|
225
225
|
const windowBox = new LayoutBox()
|
|
226
|
-
.setOverrideWidth(width +
|
|
227
|
-
.setOverrideHeight(height +
|
|
226
|
+
.setOverrideWidth(width + 8)
|
|
227
|
+
.setOverrideHeight(height + 8)
|
|
228
228
|
.setChild(windowWithDarkOutline);
|
|
229
229
|
return windowBox;
|
|
230
230
|
}
|