Skip to content

Commit

Permalink
whoops!
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesisfeline committed Aug 3, 2023
1 parent 2cc5c49 commit 4b0a058
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 2 deletions.
Binary file removed art/FMOD Logo Black - White Background.png
Binary file not shown.
Binary file removed art/FMOD Logo White - Black Background.png
Binary file not shown.
Binary file removed art/Funkin.bmp
Binary file not shown.
Binary file removed art/FunkinAlt.bmp
Binary file not shown.
Binary file removed art/c_z.mp3
Binary file not shown.
Binary file modified art/icon16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified art/icon32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified art/icon64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified art/iconOG.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed art/preloaderArt.png
Binary file not shown.
Binary file removed art/thumbnailNewer.png
Binary file not shown.
4 changes: 2 additions & 2 deletions source/states/MainMenuState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class MainMenuState extends MusicBeatState

FlxG.camera.follow(camFollow, null, 0);

var versionShit:FlxText = new FlxText(12, FlxG.height - 44, 0, "YouTube Animation Peril v" + ytPerilVersion, 12);
var versionShit:FlxText = new FlxText(12, FlxG.height - 64, 0, "YouTube Animation Peril v" + ytPerilVersion, 12);
versionShit.scrollFactor.set();
versionShit.setFormat("VCR OSD Mono", 16, FlxColor.WHITE, LEFT, FlxTextBorderStyle.OUTLINE, FlxColor.BLACK);
add(versionShit);
Expand Down Expand Up @@ -175,7 +175,7 @@ class MainMenuState extends MusicBeatState
{
if (optionShit[curSelected] == 'discord')
{
CoolUtil.browserLoad('https://ninja-muffin24.itch.io/funkin');
CoolUtil.browserLoad('https://discord.gg/WRm7Xkp75F');
}
else
{
Expand Down

0 comments on commit 4b0a058

Please sign in to comment.