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

Commit

Permalink
its finally here.
Browse files Browse the repository at this point in the history
  • Loading branch information
myffs authored Apr 6, 2023
1 parent 6bd5943 commit 4ae9ad6
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 @@ -28,7 +28,7 @@ using StringTools;
class MainMenuState extends MusicBeatState
{
public static final psychEngineVersion:String = '0.6.3'; // This is also used for Discord RPC
public static final echoEngineVersion:String = 'HOT FIX BUILD 0.5.3SQ'; // hotfix build coming soon :]
public static final echoEngineVersion:String = '0.5.3h'; // hotfix build coming soon :]
public static var curSelected:Int = 0;

var menuItems:FlxTypedGroup<FlxSprite>;
Expand Down

0 comments on commit 4ae9ad6

Please sign in to comment.