gameQuery
gameQuery copied to clipboard
a javascript game engine with jQuery
Hello selim I would like to contribute some code to gamequery. Maybe it is not the time but I hope you find it useful for the tilemap editor tool. Here...
jquery.gamequery.ext.js should probably be namespaced for library compatibility: (function($) { // ... })(jQuery);
The scenegraph is in the page flow and therefor can be displaced by other 'in flow' elements. It should instead be absolutely positioned at 0,0 in the playground's div.