mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-04-01 23:34:54 +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
|
#if linux
|
||||||
// Sys.command('/usr/bin/xdg-open', ["https://ninja-muffin24.itch.io/funkin", "&"]);
|
// 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
|
#else
|
||||||
// FlxG.openURL('https://ninja-muffin24.itch.io/funkin');
|
// 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
|
||||||
}
|
}
|
||||||
#end
|
#end
|
||||||
|
|
|
@ -959,7 +959,7 @@ class PlayState extends MusicBeatState
|
||||||
function ughIntro()
|
function ughIntro()
|
||||||
{
|
{
|
||||||
inCutscene = true;
|
inCutscene = true;
|
||||||
/*
|
|
||||||
var blackShit:FlxSprite = new FlxSprite(-200, -200).makeGraphic(FlxG.width * 2, FlxG.height * 2, FlxColor.BLACK);
|
var blackShit:FlxSprite = new FlxSprite(-200, -200).makeGraphic(FlxG.width * 2, FlxG.height * 2, FlxColor.BLACK);
|
||||||
blackShit.scrollFactor.set();
|
blackShit.scrollFactor.set();
|
||||||
add(blackShit);
|
add(blackShit);
|
||||||
|
@ -977,8 +977,8 @@ class PlayState extends MusicBeatState
|
||||||
|
|
||||||
camFollow.x += 100;
|
camFollow.x += 100;
|
||||||
camFollow.y += 100;
|
camFollow.y += 100;
|
||||||
*/
|
|
||||||
|
|
||||||
|
/*
|
||||||
FlxG.sound.playMusic(Paths.music('DISTORTO'), 0);
|
FlxG.sound.playMusic(Paths.music('DISTORTO'), 0);
|
||||||
FlxG.sound.music.fadeIn(5, 0, 0.5);
|
FlxG.sound.music.fadeIn(5, 0, 0.5);
|
||||||
|
|
||||||
|
@ -1039,7 +1039,7 @@ class PlayState extends MusicBeatState
|
||||||
camHUD.visible = true;
|
camHUD.visible = true;
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});*/
|
||||||
}
|
}
|
||||||
|
|
||||||
function gunsIntro()
|
function gunsIntro()
|
||||||
|
|
Loading…
Reference in a new issue