prime31 / Nez

Nez is a free 2D focused framework that works with MonoGame and FNA
MIT License
1.76k stars 355 forks source link

Object template support for TiledMapLoader #769

Closed xThuby closed 1 year ago

xThuby commented 1 year ago

Noticed that TiledMapLoader does not support template objects, and that's a useful feature so I decided to add it.

When loading an object it checks for a template attribute. If it's not null it the proceeds to load that template file, getting all the relevant object data from there. It also supports overriding.