Skip to content

Instantly share code, notes, and snippets.

@diiq
Created May 10, 2015 23:21
Show Gist options
  • Save diiq/f9d73603247b899e53c5 to your computer and use it in GitHub Desktop.
Save diiq/f9d73603247b899e53c5 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