@@ -229,6 +229,8 @@ export default class MwRandomizer {
229229 this . analyzeLabel = "Progression" ;
230230 }
231231
232+ this . animSheet . anims . idleKey = this . animSheet . anims . idleMasterKey = this . animSheet . anims . idle ;
233+
232234 if ( newOffY == 0 ) {
233235 return ;
234236 }
@@ -244,8 +246,6 @@ export default class MwRandomizer {
244246 this . animSheet . anims [ name ] . animations [ 0 ] . sheet . offY = newOffY + 24 ;
245247 }
246248 }
247-
248- this . animSheet . anims . idleKey = this . animSheet . anims . idleMasterKey = this . animSheet . anims . idle ;
249249 } ,
250250
251251 getQuickMenuSettings ( ) {
@@ -319,8 +319,10 @@ export default class MwRandomizer {
319319 init ( ) {
320320 this . parent ( 127 , 100 ) ;
321321 this . areaGui = new sc . TextGui ( "" , { font : sc . fontsystem . tinyFont } ) ;
322- this . areaGui . setPos ( 12 , 6 ) ;
322+ this . areaGui . setPos ( 0 , 6 ) ;
323+ this . areaGui . setAlign ( ig . GUI_ALIGN . X_CENTER , ig . GUI_ALIGN . Y_TOP ) ;
323324 this . addChildGui ( this . areaGui ) ;
325+
324326 this . locationGui = new sc . TextGui ( "" , {
325327 font : sc . fontsystem . smallFont ,
326328 maxWidth : 115 ,
@@ -341,7 +343,7 @@ export default class MwRandomizer {
341343 this . addChildGui ( this . arrow ) ;
342344
343345 this . typeGui = new sc . TextGui ( "" , { font : sc . fontsystem . tinyFont } ) ;
344- this . typeGui . setPos ( 6 , 6 ) ;
346+ this . typeGui . setPos ( 8 , 6 ) ;
345347 this . typeGui . setAlign ( ig . GUI_ALIGN . X_LEFT , ig . GUI_ALIGN . Y_BOTTOM ) ;
346348 this . addChildGui ( this . typeGui ) ;
347349 } ,
0 commit comments