Skip to content

Commit 013b5b8

Browse files
committed
cooller looking archipelago button? who dis?
1 parent 2866226 commit 013b5b8

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed
51.7 KB
Loading
Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<TextureAtlas imagePath="archipelago.png">
2+
<TextureAtlas imagePath="archipelago logo.png">
33
<!-- Created with Adobe Animate version 23.0.0.407 -->
44
<!-- http://www.adobe.com/products/animate.html -->
55
<SubTexture name="archipellego logi0000" x="10" y="10" width="189" height="189"/>
@@ -8,7 +8,10 @@
88
<SubTexture name="archipellego logi0003" x="209" y="10" width="188" height="189" frameX="0" frameY="0" frameWidth="189" frameHeight="189"/>
99
<SubTexture name="archipellego logi0004" x="209" y="10" width="188" height="189" frameX="0" frameY="0" frameWidth="189" frameHeight="189"/>
1010
<SubTexture name="archipellego logi0005" x="209" y="10" width="188" height="189" frameX="0" frameY="0" frameWidth="189" frameHeight="189"/>
11-
<SubTexture name="archipellego logi0006" x="10" y="209" width="188" height="189" frameX="0" frameY="0" frameWidth="189" frameHeight="189"/>
12-
<SubTexture name="archipellego logi0007" x="10" y="209" width="188" height="189" frameX="0" frameY="0" frameWidth="189" frameHeight="189"/>
13-
<SubTexture name="archipellego logi0008" x="10" y="209" width="188" height="189" frameX="0" frameY="0" frameWidth="189" frameHeight="189"/>
11+
<SubTexture name="archipellego logi0006" x="407" y="10" width="188" height="189" frameX="0" frameY="0" frameWidth="189" frameHeight="189"/>
12+
<SubTexture name="archipellego logi0007" x="407" y="10" width="188" height="189" frameX="0" frameY="0" frameWidth="189" frameHeight="189"/>
13+
<SubTexture name="archipellego logi0008" x="407" y="10" width="188" height="189" frameX="0" frameY="0" frameWidth="189" frameHeight="189"/>
14+
<SubTexture name="selected0000" x="605" y="10" width="201" height="202" frameX="-37" frameY="-37" frameWidth="276" frameHeight="276"/>
15+
<SubTexture name="selected0001" x="10" y="222" width="276" height="276"/>
16+
<SubTexture name="selected0002" x="296" y="222" width="256" height="255" frameX="-10" frameY="-11" frameWidth="276" frameHeight="276"/>
1417
</TextureAtlas>

source/states/MainMenuState.hx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)