Closed nmfm closed 3 years ago
Shouldn't self.visible_tile_layers be used here instead of self.tmx.visible_tile_layers?
self.visible_tile_layers
self.tmx.visible_tile_layers
https://github.com/bitcraft/pyscroll/blob/master/pyscroll/data.py#L389
Otherwise, what's the point of overriding that method in a subclass?
Thanks
That is a DataAdapter class and is meant to operate directly on TMX data.
Shouldn't
self.visible_tile_layers
be used here instead ofself.tmx.visible_tile_layers
?https://github.com/bitcraft/pyscroll/blob/master/pyscroll/data.py#L389
Otherwise, what's the point of overriding that method in a subclass?
Thanks