Skip to content
This repository has been archived by the owner on May 24, 2018. It is now read-only.

Add ability to draw seperate layers #53

Open
atomicptr opened this issue Feb 18, 2014 · 2 comments
Open

Add ability to draw seperate layers #53

atomicptr opened this issue Feb 18, 2014 · 2 comments

Comments

@atomicptr
Copy link
Owner

e.g. only draw layer 2, 3 and 6 or only layers with specific names

related to #52

@johnhattan
Copy link

Making a layer's "visible" member in layer.hx write-able would let you turn off layers before re-rendering them.

public var visible(default, default):Bool;

Mind you, that's a pretty limited solution, but at least it's an easy one to implement :)

@atomicptr
Copy link
Owner Author

At the moment they're only rendered once so there is no point in making this writable again. I might want to add the ability to draw layers seperate from the map, but dunno.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants