Olivier Biot
Olivier Biot
Hi, thanks for the report. the thing is that those features you are using have been added in recent versions of Tiled and yet not added in melonJS, like the...
and I will look into this as soon as the 13.1 release is published (which should be today anyway!)
and 13.1.0 was just [released](https://github.com/melonjs/melonJS/releases/tag/13.1.0) ! Followed by a quick 13.1.1 fix but just for date and change tracking :)
@wpernath sorry I did not reply about the UI elements, I definitely would love to reuse the base text round rect button class, I would make a few changes to...
oh you are right that GUI_Object inherit from Sprite..... which does not make it generic "enough" for a base text button class (only using RoundRect and a Text component). I...
@wpernath work in progress here, but for now I added a new "Point" geometry object, and parsed the Tiled (TMX) point to actually instantiate those points. I thought about using...
Hi @wpernath, with the 13.2 version published, and support for Point in Tiled, I will close this ticket. I know that you might use this in a different way, but...
I propose to keep this one for the next major release (4.0.0), I believe we already have enough breaking changes for this version :)
awesome :)
+1 for that one that felt behind ! we should probably start by adding a test unit for the quadtree implementation. That will help ensuring we don't break everything then...