Created
April 4, 2015 21:26
-
-
Save latenitecali/9628de81c121a252c808 to your computer and use it in GitHub Desktop.
function(res)
This file contains hidden or 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
| 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