bsergent / overmorrow

Typescript canvas game engine
http://challengercity.com/v4/projects/overmorrow/
0 stars 1 forks source link

Ability to replace colors in AnimationSheet class #15

Open bsergent opened 6 years ago

bsergent commented 6 years ago

Allow for skins without any more animation work

bsergent commented 6 years ago

Tried to do this with canvases and the context's get/putImageData functions, but it was far too slow for a larger resolution canvas. This is more of a job for WebGL's fragment shaders. #13