ippa / jaws

Jaws - HTML5 canvas javascript 2D Game Framework
https://jawsjs.ippa.se
GNU Lesser General Public License v3.0
363 stars 75 forks source link

loadAll has to be called on assets - comments update #57

Closed pajtai closed 12 years ago

pajtai commented 12 years ago

loadAll is a method of assets

(this shows up in the assets constructor example as a methods of jaws... assuming the docs are created from the comments? : http://jawsjs.com/docs/symbols/jaws.Assets.html#constructor )

ippa commented 12 years ago

Hi, thanks for the patch. There's a slight problem with it though. first off, don't patch jaws.js but rather the invidual files (I mention this in the readme). Also when creating the patch try only to replace the lines you're affecting.. and not replace the whole file.

I also got your mail about version# .. which I think is a good idea.. I've been meaning to add it when I get to 1.0 :P.. also, let me know if you get any working games going!

pajtai commented 12 years ago

Sorry about all the line changes, not sure what happened, since I didn't actually change them. Updated the patch to only affects assets and only that one file. I'll let you know about the game! It'll just be a quick little demo.