summaryrefslogtreecommitdiff
path: root/public/js/mp/resource.js
AgeCommit message (Collapse)AuthorFilesLines
2013-06-25Add basic dye tool.Jared Adams1-1/+34
2013-06-26Implement dyeImageFreeyorp1-0/+36
Split loadImage into a common resource.js Add a compatability check for both canvas-node and browser functionality Note that the generated dyed image is off-by-one to the tested TMWW image. The algorithm needs verification and possibly correction. Either way, it's close enough by the eye.