mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-03-30 05:49:34 +00:00
they hate to see a girlboss winning
This commit is contained in:
parent
56cbb276fa
commit
fe4c61124e
|
@ -157,11 +157,14 @@ class MainMenuState extends MusicBeatState
|
|||
{
|
||||
#if linux
|
||||
// Sys.command('/usr/bin/xdg-open', ["https://ninja-muffin24.itch.io/funkin", "&"]);
|
||||
Sys.command('/usr/bin/xdg-open', ["https://www.kickstarter.com/projects/funkin/", "&"]);
|
||||
Sys.command('/usr/bin/xdg-open', [
|
||||
"https://www.kickstarter.com/projects/funkin/friday-night-funkin-the-full-ass-game/",
|
||||
"&"
|
||||
]);
|
||||
#else
|
||||
// FlxG.openURL('https://ninja-muffin24.itch.io/funkin');
|
||||
|
||||
FlxG.openURL('https://www.kickstarter.com/projects/funkin/');
|
||||
FlxG.openURL('https://www.kickstarter.com/projects/funkin/friday-night-funkin-the-full-ass-game/');
|
||||
#end
|
||||
}
|
||||
#end
|
||||
|
|
|
@ -959,7 +959,7 @@ class PlayState extends MusicBeatState
|
|||
function ughIntro()
|
||||
{
|
||||
inCutscene = true;
|
||||
/*
|
||||
|
||||
var blackShit:FlxSprite = new FlxSprite(-200, -200).makeGraphic(FlxG.width * 2, FlxG.height * 2, FlxColor.BLACK);
|
||||
blackShit.scrollFactor.set();
|
||||
add(blackShit);
|
||||
|
@ -977,8 +977,8 @@ class PlayState extends MusicBeatState
|
|||
|
||||
camFollow.x += 100;
|
||||
camFollow.y += 100;
|
||||
*/
|
||||
|
||||
/*
|
||||
FlxG.sound.playMusic(Paths.music('DISTORTO'), 0);
|
||||
FlxG.sound.music.fadeIn(5, 0, 0.5);
|
||||
|
||||
|
@ -1039,7 +1039,7 @@ class PlayState extends MusicBeatState
|
|||
camHUD.visible = true;
|
||||
});
|
||||
});
|
||||
});
|
||||
});*/
|
||||
}
|
||||
|
||||
function gunsIntro()
|
||||
|
|
Loading…
Reference in a new issue