they hate to see a girlboss winning

This commit is contained in:
Cameron Taylor 2021-04-19 02:46:02 -04:00
parent fe88c93ca3
commit f836e733a2
2 changed files with 72 additions and 69 deletions

View File

@ -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

View File

@ -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()