File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments