mgechev / mk.js

Canvas implementation of basic fighting game which allows multiplayer over the network.

Home Page:http://mk.mgechev.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deduplicate Left and Right images

tijevlam opened this issue · comments

Hiu There? Wouldnt it make sense to deduplicate the left and right images and just flip the images by code? That would mke the sourcecode even smaller... and potentially even faster since your reusing the images (although that would be noticable on a fast computer with a fast connection).

Feel free to open a PR. Closing for now since that's not my current focus.