sfml-tmxloader icon indicating copy to clipboard operation
sfml-tmxloader copied to clipboard

Object visibility property has no effect

Open fallahn opened this issue 11 years ago • 1 comments
trafficstars

This is caused by having all tile type objects drawn via a vertex array. The possible solutions would be to either go back to using sprites for tile objects, or providing an interface for attaching sprites to objects, so that an object layer can be made invisible and sprites drawn at will

fallahn avatar Jun 05 '14 08:06 fallahn

update to this is currently available in the 'next' branch

fallahn avatar Apr 02 '16 12:04 fallahn