diff --git a/assets/splash/videos/fuck.mp4 b/assets/splash/videos/fuck.mp4 new file mode 100644 index 00000000000..c6bd4d0a5ce Binary files /dev/null and b/assets/splash/videos/fuck.mp4 differ diff --git a/source/StartupState.hx b/source/StartupState.hx index b7d61892735..891b3c36a74 100644 --- a/source/StartupState.hx +++ b/source/StartupState.hx @@ -96,6 +96,8 @@ class StartupState extends MusicBeatState playVideo('oops'); case 1: playVideo('haxe'); + case 2: + playVideo('fuck'); } } }); @@ -147,4 +149,4 @@ class StartupState extends MusicBeatState if (FlxG.keys.justPressed.ENTER) FlxG.switchState(TitleState.new); super.update(elapsed); } -} \ No newline at end of file +}