Skip to content

Instantly share code, notes, and snippets.

@diiq
Last active August 29, 2015 14:20
Show Gist options
  • Save diiq/3c0fc7b2ccd586e424c9 to your computer and use it in GitHub Desktop.
Save diiq/3c0fc7b2ccd586e424c9 to your computer and use it in GitHub Desktop.
/** Load 'er up! **/
$.ajax({url:url, dataType:"json", async:false, success:grid.mport});
grid.specials = {
//3:[{src:"baobad.png", x:66, y:2, offset:[-95, -287]}],
//3:[{src:"baobab.png", x:66, y:2, offset:[-110, -370]}]
//3:[{src:"clockwork.png", x:66, y:2, offset:[-50, -235]}]
};
return grid;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment