Skip to content

Commit 85e0c69

Browse files
committed
Oops forgor right click back
1 parent 6c64d90 commit 85e0c69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/funkin/menus/StoryMenuState.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ class StoryMenuState extends MusicBeatState {
146146
if (leftArrow != null && leftArrow.exists) leftArrow.animation.play(controls.LEFT ? 'press' : 'idle');
147147
if (rightArrow != null && rightArrow.exists) rightArrow.animation.play(controls.RIGHT ? 'press' : 'idle');
148148

149-
if (controls.BACK) {
149+
if (controls.BACK || FlxG.mouse.justPressedRight) {
150150
goBack();
151151
}
152152

0 commit comments

Comments
 (0)