nme-tilelayer icon indicating copy to clipboard operation
nme-tilelayer copied to clipboard

Color transformation on tiles

Open JbIPS opened this issue 11 years ago • 1 comments

Hi, I tried using sprite.color = 0 on one of my tiles, but I didn't notice any change. I try to render the layer to be sure, but no change.

I looked in the code and saw a TODO "apply tint" in TileLayer. Is that linked or am I misusing the feature? In that last case, a short example will be greatly appreciated.

Thanks.

JbIPS avatar Nov 14 '13 10:11 JbIPS

Color isn't implemented with Flash target (and maybe HTML5) - compile against a native target for effect.

elsassph avatar Nov 14 '13 21:11 elsassph