remove TitleState.soundExt

This commit is contained in:
George FunBook
2021-02-11 13:14:16 -06:00
parent da69d16d80
commit a5957262af
3 changed files with 0 additions and 18 deletions

View File

@ -29,7 +29,6 @@ using StringTools;
class TitleState extends MusicBeatState
{
static var initialized:Bool = false;
static public var soundExt:String = ".mp3";
var blackScreen:FlxSprite;
var credGroup:FlxGroup;
@ -47,10 +46,6 @@ class TitleState extends MusicBeatState
polymod.Polymod.init({modRoot: "mods", dirs: ['introMod']});
#end
#if (!web)
TitleState.soundExt = '.ogg';
#end
PlayerSettings.init();
curWacky = FlxG.random.getObject(getIntroTextShit());