Closed cawoodm closed 11 years ago
After a very brief look, there are a few things going on here:
extend
function as a form of mixins. This is not something we recognize (and I'm not sure how we could recognize this in a generalizable way).So, I don't see any bugs here, only things that haven't been implemented yet (or are difficult to implement), even though it may not seem that way from a user's perspective.
OK, I think I'm gonna invest some time in re-writing the library to suit scripted. I so want to be able to do this: http://vimeo.com/36579366 (see esp 6:00)
or
CraftyJS (http://craftyjs.com/release/0.5.3/crafty.js) looks to be well-structured and annotated. Nevertheless Scripted doesn't seem to pick up the method signatures.
Crafty.spr
thenCtrl+Space
doesn't fetch thesprite()
methodIt's quite weird what it does fetch and again it seems to sort the members in a case-sensitive way (I though that was fixed).