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

Commit

Permalink
0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylveondev committed Jul 7, 2022
1 parent 4497b44 commit 160afbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/MainMenuState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ using StringTools;
class MainMenuState extends MusicBeatState
{
//public static var psychEngineVersion:String = '0.5.2h'; //This is also used for Discord RPC
public static var psychEngineVersion:String = '0.1.1'; //This is also used for Discord RPC
public static var psychEngineVersion:String = '0.2'; //This is also used for Discord RPC
public static var realpsychEngineVersion:String = '0.5.2h'; //This is also used for Discord RPC
public static var curSelected:Int = 0;

Expand Down

0 comments on commit 160afbf

Please sign in to comment.