Skip to content
This repository has been archived by the owner on Jul 9, 2023. It is now read-only.

Commit

Permalink
Update MainMenuState.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
Theoyeah authored Apr 17, 2022
1 parent e1ce8a4 commit 29cb7cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/MainMenuState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ using StringTools;

class MainMenuState extends MusicBeatState
{
public static var psychEngineVersion:String = '1.0'; //This is also used for Discord RPC
public static var psychEngineVersion:String = '2.0'; //This is also used for Discord RPC
public static var curSelected:Int = 0;

var menuItems:FlxTypedGroup<FlxSprite>;
Expand Down Expand Up @@ -296,4 +296,4 @@ class MainMenuState extends MusicBeatState
}
});
}
}
}

0 comments on commit 29cb7cc

Please sign in to comment.