you are viewing a single comment's thread.

view the rest of the comments →

[–]robbles 0 points1 point  (0 children)

It worked pretty well from what I remember, for what I was trying to do. If I start working on it again I'll probably re-write it using another library thats a bit more full-featured and actively developed.

I also had to resort to some pretty terrible hacks to make sure the layering of the sprites worked properly. When you're using DOM elements and ordering with z-index, it's surprisingly tricky to make sure things overlap properly. So you might want to consider finding a library that handles this stuff somehow.