flame-engine / tiled.dart

A Dart Tiled library. Parse your TMX files into useful representations. Compatible with Flame.
https://flame-engine.org/
MIT License
50 stars 30 forks source link

fix: Fixed parsing of multiline text from ObjectGroup. #79

Closed signmotion closed 7 months ago

signmotion commented 8 months ago

Description

Fixed parsing of multiline text from ObjectGroup -> Object -> Text.

Also corrected a test for checking multiline properties in Windows.

Checklist

Breaking Change