Skip to content

Commit a823ab5

Browse files
committed
change spacing slightly
1 parent 3a049de commit a823ab5

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/plugin.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@ export default class MwRandomizer {
326326
this.locationGui = new sc.TextGui("", {
327327
font: sc.fontsystem.smallFont,
328328
maxWidth: 115,
329+
linePadding: -2,
329330
});
330331
this.locationGui.setPos(8, 19);
331332
this.addChildGui(this.locationGui);
@@ -343,7 +344,7 @@ export default class MwRandomizer {
343344
this.addChildGui(this.arrow);
344345

345346
this.typeGui = new sc.TextGui("", { font: sc.fontsystem.tinyFont });
346-
this.typeGui.setPos(8, 6);
347+
this.typeGui.setPos(8, 5);
347348
this.typeGui.setAlign(ig.GUI_ALIGN.X_LEFT, ig.GUI_ALIGN.Y_BOTTOM);
348349
this.addChildGui(this.typeGui);
349350
},
@@ -386,7 +387,7 @@ export default class MwRandomizer {
386387
this.line.hook.size.x = 117;
387388
}
388389

389-
this.hook.size.y = 33 + this.locationGui.hook.size.y;
390+
this.hook.size.y = 34 + this.locationGui.hook.size.y;
390391

391392
this.typeGui.setText(`Type: \\c[3]${chest.analyzeLabel}\\c[0]`);
392393

0 commit comments

Comments
 (0)