@@ -126,7 +126,7 @@ class MainMenuState extends MusicBeatState
126126 fnfVer .scrollFactor .set ();
127127 fnfVer .setFormat (Paths .font (" vcr.ttf" ), 16 , FlxColor .WHITE , LEFT , FlxTextBorderStyle .OUTLINE , FlxColor .BLACK );
128128 add (fnfVer );
129- var mixVer : FlxText = new FlxText (12 , FlxG .height - 24 , 0 , " Mixtape Engine v" + mixtapeEngineVersion , 12 );
129+ var mixVer : FlxText = new FlxText (fnfVer . width + 12 , FlxG .height - 24 , 0 , " Mixtape Engine v" + mixtapeEngineVersion , 12 );
130130 mixVer .scrollFactor .set ();
131131 mixVer .setFormat (Paths .font (" comboFont.ttf" ), 16 , FlxColor .WHITE , LEFT , FlxTextBorderStyle .OUTLINE , FlxColor .BLACK );
132132 add (mixVer );
@@ -174,7 +174,7 @@ class MainMenuState extends MusicBeatState
174174 var menuItem : FlxSprite = new FlxSprite (x , y );
175175 menuItem .frames = Paths .getSparrowAtlas (' mainmenu/ $name ' );
176176 menuItem .animation .addByPrefix (' idle' , ' archipellego logi0000' , 24 , true );
177- menuItem .animation .addByPrefix (' selected' , ' archipellego logi ' , 24 , true );
177+ menuItem .animation .addByPrefix (' selected' , ' selected ' , 24 , true );
178178 menuItem .animation .play (' idle' );
179179 menuItem .updateHitbox ();
180180
0 commit comments