Skip to content

Commit

Permalink
Update NoteSplashEditorState.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowMario committed Aug 5, 2024
1 parent 26fa261 commit da25c4d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/states/editors/NoteSplashEditorState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ class NoteSplashEditorState extends MusicBeatState
FlxG.sound.volumeDownKeys = [];
FlxG.sound.muteKeys = [];

DiscordClient.changePresence("In the Note Splash Editor Menu");
#if DISCORD_ALLOWED
DiscordClient.changePresence('Note Splash Editor');
#end

var bg:FlxSprite = new FlxSprite().loadGraphic(Paths.image('menuDesat'));
bg.scrollFactor.set();
Expand Down

0 comments on commit da25c4d

Please sign in to comment.