Last active
August 29, 2015 14:20
-
-
Save diiq/3c0fc7b2ccd586e424c9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** 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