Skip to content

Commit

Permalink
yippee.. anothe rupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanSantiagoYT committed Aug 25, 2024
1 parent b915c1e commit ce9f0c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/ClientPrefs.hx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class ClientPrefs { //default settings if it can't find a save file containing y

//Visuals & UI
public static var noteSkin:String = 'Default';
public static var splashType:String = 'Psych Engine';
public static var splashType:String = 'Default';
public static var noteSplashes:Bool = true;
public static var oppNoteSplashes:Bool = true;
public static var showNPS:Bool = true;
Expand Down
2 changes: 1 addition & 1 deletion source/MainMenuState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ using StringTools;

class MainMenuState extends MusicBeatState
{
public static var psychEngineJSVersion:String = '1.32.1'; //This is also used for Discord RPC
public static var psychEngineJSVersion:String = '1.32.2'; //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

1 comment on commit ce9f0c2

@SyncGit12
Copy link
Collaborator

Choose a reason for hiding this comment

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

the start of a random mod being worked on

Please sign in to comment.