Tilengine - The 2D retro graphics engine forum
Release 2.5.0 - Image-based tilesets & object layers - Printable Version

+- Tilengine - The 2D retro graphics engine forum (http://tilengine.org/forum)
+-- Forum: Tabloid (http://tilengine.org/forum/forumdisplay.php?fid=4)
+--- Forum: News & Announcements (http://tilengine.org/forum/forumdisplay.php?fid=6)
+--- Thread: Release 2.5.0 - Image-based tilesets & object layers (/showthread.php?tid=547)



Release 2.5.0 - Image-based tilesets & object layers - megamarc - 04-17-2020

Version 2.5.0 adds the ability to use image-based tilesets and use them on object layers. It is now possible to edit an object layer containing images in Tiled, and render it in Tilengine without having to define them at runtime like in release 2.4.0. It is also possible to iterate the objects contained in the layer from the application, to integrate them into the gameplay and not have to use an alternative reader. The "forest" example has been updated to show this new feature, and some bugs have been fixed.

GitHub project and itch.io packages have been updated.