atomicptr / openfl-tiled

openfl-tiled is a library which gives OpenFL developers the ability to use the TILED map editor.
Other
45 stars 21 forks source link

TileObjectGroup.objects return the same group not the objects #58

Closed hikaruAi closed 10 years ago

hikaruAi commented 10 years ago

TileObjectGroup.objects return a Array of objects, but the objects.x,y, height, width are the always the ObjectGroup.x, y, height, width.

atomicptr commented 10 years ago

confirmed

atomicptr commented 10 years ago

If you need TiledObjects please use the development version of openfl-tiled for now. I'll push the next version (which contains the fix) probably at the end of the week.

haxelib git openfl-tiled git@github.com:kasoki/openfl-tiled.git dev
hikaruAi commented 10 years ago

Thanks :)