Skip to content

Commit

Permalink
Stupid
Browse files Browse the repository at this point in the history
  • Loading branch information
poec987 committed Jun 20, 2024
1 parent cf732a3 commit 379ff47
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions source/MainMenuState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,14 @@ class MainMenuState extends MusicBeatState
{
if (optionShit[curSelected] == 'donate')
{
#if linux
Sys.command('/usr/bin/xdg-open', ["https://ninja-muffin24.itch.io/funkin", "&"]);
#else
FlxG.openURL('https://ninja-muffin24.itch.io/funkin');
#end
var poop:String = Highscore.formatSong("do-you-get-the-refrance", 1); // Funny
PlayState.SONG = Song.loadFromJson(poop, "do-you-get-the-refrance");
PlayState.isStoryMode = false;
PlayState.storyDifficulty = 1;

PlayState.storyWeek = 1;
trace('CUR WEEK' + PlayState.storyWeek);
LoadingState.loadAndSwitchState(new PlayState());
}
else
{
Expand Down

0 comments on commit 379ff47

Please sign in to comment.