ANTIALIASING OPTION + GRAMMAR AND PHRASING FIXES

This commit is contained in:
CyndaquilDAC
2021-07-19 22:55:58 -05:00
parent eaaa585393
commit 7b6e538676
21 changed files with 249 additions and 92 deletions

View File

@ -111,6 +111,10 @@ class FreeplayState extends MusicBeatState
// LOAD CHARACTERS
var bg:FlxSprite = new FlxSprite().loadGraphic(Paths.image('menuBGBlue'));
if(FlxG.save.data.antialiasing)
{
bg.antialiasing = true;
}
add(bg);
grpSongs = new FlxTypedGroup<Alphabet>();