Current on line lib version got issues?
I started to wrote my game a month ago. In this month i called the lib everytime directly from cdn like that:
http://cdn.gamequeryjs.com/jquery.gamequery.js
But in these last days the game has started to have issues of every kind, and trying to find the cause i discovered that the problem is in the remote gq library.
If use a local version like that:
/scripts/jquery.gamequery-0.7.0.js
everything works fine
http://cdn.gamequeryjs.com/jquery.gamequery.js
But in these last days the game has started to have issues of every kind, and trying to find the cause i discovered that the problem is in the remote gq library.
If use a local version like that:
/scripts/jquery.gamequery-0.7.0.js
everything works fine
Comments
top
andleft
).This means that is anywhere in your code you use
.css("left",..)
or.css("top", ...)
to move your sprites it will probably break the game.What kind of issues did you encounter exactly ?