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

@ -15,7 +15,10 @@ class HealthIcon extends FlxSprite
loadGraphic(Paths.image('iconGrid'), true, 150, 150);
antialiasing = true;
if(FlxG.save.data.antialiasing)
{
antialiasing = true;
}
animation.add('bf', [0, 1], 0, false, isPlayer);
animation.add('bf-car', [0, 1], 0, false, isPlayer);
animation.add('bf-christmas', [0, 1], 0, false, isPlayer);