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

Commit

Permalink
3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
myffs authored Dec 30, 2022
1 parent b850a2e commit 142768a
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 @@ -26,7 +26,7 @@ using StringTools;
class MainMenuState extends MusicBeatState
{
public static var psychEngineVersion:String = '0.6.3'; //This is also used for Discord RPC
public static var echoEngineVersion:String = '0.3.0'; //yeah baby
public static var echoEngineVersion:String = '0.3.2'; //yeah baby
public static var curSelected:Int = 0;

var menuItems:FlxTypedGroup<FlxSprite>;
Expand Down

0 comments on commit 142768a

Please sign in to comment.