bcvery1 / tilepix

Library for combining tiled maps with pixel
MIT License
46 stars 14 forks source link

Read object layers #6

Closed bcvery1 closed 5 years ago

bcvery1 commented 5 years ago

Should be able to read and store object layer data

bcvery1 commented 5 years ago

Already implemented. Object layers can be accessed with map.ObjectGroups, which is a slice of tmx: objectgroups.

These contain a slice of Objects.

Details need to go into the tutorials #10