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

feat: Adding a method to get any object in a map by its unique ID #75

Closed kurtome closed 11 months ago

kurtome commented 11 months ago

Description

Adding a method to get any object in a map by its unique ID, map.objectById

Checklist

Breaking Change

kurtome commented 11 months ago

@spydon I think this is ready to merge 👍 , I don't have access on this repo