Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.

Commit 350c5e2

Browse files
committed
Update MainMenuState.hx
1 parent 88f7a1c commit 350c5e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/states/MainMenuState.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ enum MainMenuColumn {
1414

1515
class MainMenuState extends MusicBeatState
1616
{
17-
public static var psychEngineVersion:String = '1.0.3'; // This is also used for Discord RPC
17+
public static var psychEngineVersion:String = '1.0.4'; // This is also used for Discord RPC
1818
public static var curSelected:Int = 0;
1919
public static var curColumn:MainMenuColumn = CENTER;
2020
var allowMouse:Bool = true; //Turn this off to block mouse movement in menus

0 commit comments

Comments
 (0)