fix: kerning is True by default

This commit is contained in:
Benjamin Kirkbride
2020-05-31 01:38:14 -04:00
parent 4ba6d2eac7
commit 4a65ad9622

View File

@@ -131,7 +131,7 @@ class Text(TiledObject):
italic: bool = False
underline: bool = False
strike_out: bool = False
kerning: bool = False
kerning: bool = True
horizontal_align: str = "left"
vertical_align: str = "top"