mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-31 08:33:47 +01:00
fix: kerning is True by default
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user