tilemap
tilemap copied to clipboard
Feature request: Applying tint
Hello,
I'm trying to use this awesome library together with PixiJS (again, thank you for the code! :)), but I am stuck on applying tints, so I can color my tiles.
Is someone able to apply tints to this library?
Perhaps try using a ColorMatrixFilter ?
ou have to clone lib source ("src" folder), then add tint as tile param, there are multiple places. Add it to shader too. Its possible, people did that before