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

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
min89xd committed Dec 24, 2022
1 parent 36d7436 commit f144c9c
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.1.2'; //This is also used for Discord RPC
public static var echoEngineVersion:String = '0.2.0'; //yeah baby
public static var curSelected:Int = 0;

var menuItems:FlxTypedGroup<FlxSprite>;
Expand Down

1 comment on commit f144c9c

@myffs
Copy link
Owner

@myffs myffs commented on f144c9c Dec 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

still wrong

Please sign in to comment.