Skip to content

Commit

Permalink
Preparation for 1.26.0
Browse files Browse the repository at this point in the history
+ bopIcons in PlayState is now formatted
  • Loading branch information
JordanSantiagoYT committed May 17, 2024
1 parent 575f2d3 commit d0ffb38
Show file tree
Hide file tree
Showing 2 changed files with 206 additions and 207 deletions.
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 psychEngineJSVersion:String = '1.25.0'; //This is also used for Discord RPC
public static var psychEngineJSVersion:String = '1.26.0'; //This is also used for Discord RPC
public static var psychEngineVersion:String = '0.6.3'; //This is also used for Discord RPC
public static var curSelected:Int = 0;

Expand Down
Loading

0 comments on commit d0ffb38

Please sign in to comment.