Skip to content

Commit

Permalink
the DEFINITIVE fix for this!!!!11!!
Browse files Browse the repository at this point in the history
yeah
  • Loading branch information
SyncGit12 committed Dec 13, 2024
1 parent 316899a commit fd3b5fb
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 2 deletions.
Binary file added assets/preload/music/freakyMenu-unused.mp3
Binary file not shown.
Binary file added assets/preload/music/freakyMenu-unused.ogg
Binary file not shown.
Binary file added assets/preload/music/unused/shadyMenu.mp3
Binary file not shown.
Binary file added assets/preload/music/unused/shadyMenu.ogg
Binary file not shown.
Binary file removed assets/splash/videos/fuck.mp4
Binary file not shown.
2 changes: 0 additions & 2 deletions source/StartupState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ class StartupState extends MusicBeatState
playVideo('oops');
case 1:
playVideo('haxe');
case 2:
playVideo('fuck');
}
}
});
Expand Down
2 changes: 2 additions & 0 deletions source/TitleState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,8 @@ class TitleState extends MusicBeatState
Conductor.changeBPM(115);
case 'Base Game' | 'Default': // just in case you're not making a source mod & wanna change this
Conductor.changeBPM(titleJSON.bpm);
/*case 'unused'
Conductor.changeBPM(110);*/
default: // fallback
Conductor.changeBPM(titleJSON.bpm);
}
Expand Down
1 change: 1 addition & 0 deletions source/editors/BenchmarkState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import flixel.FlxG;
import flixel.FlxState;
import model.objects.flixel.Flixel;
import flixel.text.FlxText;
import flx3D.Flx3DUtil;
import flixel.util.FlxDestroyUtil;

class BenchmarkState extends FlxState
Expand Down

0 comments on commit fd3b5fb

Please sign in to comment.