Skip to content

Instantly share code, notes, and snippets.

@latenitecali
Created April 4, 2015 21:26
Show Gist options
  • Select an option

  • Save latenitecali/9628de81c121a252c808 to your computer and use it in GitHub Desktop.

Select an option

Save latenitecali/9628de81c121a252c808 to your computer and use it in GitHub Desktop.
function(res)
function load_isometric_tiledmap() {
Luxe.loadText('assets/isotiles.tmx', function(res){
tiled_iso = new TiledMap( { tiled_file_data:res.text, pos : new Vector(256,128) } );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment