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

Fixed objectalignment parsing #44

Closed natebot13 closed 2 years ago

natebot13 commented 2 years ago

Fixes #43 Uses the new dart enum byName function instead of the loops in enums.dart. Along those lines, I think a lot of the code in enums.dart could be removed in favor of using the new functionality that now comes with enums.