Skip to content

Commit 1ebce74

Browse files
HundrecVirtuGuymoondroidcoder
authored
Hide back button when selecting week
Co-authored-by: VirtuGuy <[email protected]> Co-authored-by: MoonDroid <[email protected]>
1 parent 836129e commit 1ebce74

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/funkin/ui/story/StoryMenuState.hx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -619,6 +619,10 @@ class StoryMenuState extends MusicBeatState
619619
Highscore.talliesLevel = new funkin.Highscore.Tallies();
620620

621621
new FlxTimer().start(1, function(tmr:FlxTimer) {
622+
#if mobile
623+
FlxTween.tween(backButton, {alpha: 0}, 0.2, {ease: FlxEase.quadOut});
624+
#end
625+
622626
FlxTransitionableState.skipNextTransIn = false;
623627
FlxTransitionableState.skipNextTransOut = false;
624628

0 commit comments

Comments
 (0)