ANTIALIASING OPTION + GRAMMAR AND PHRASING FIXES
This commit is contained in:
@ -278,8 +278,10 @@ class AlphaCharacter extends FlxSprite
|
||||
super(x, y);
|
||||
var tex = Paths.getSparrowAtlas('alphabet');
|
||||
frames = tex;
|
||||
|
||||
antialiasing = true;
|
||||
if(FlxG.save.data.antialiasing)
|
||||
{
|
||||
antialiasing = true;
|
||||
}
|
||||
}
|
||||
|
||||
public function createBold(letter:String)
|
||||
|
Reference in New Issue
Block a user