Advertisement
Rakoonic

Differences between internal and external tilesets

Sep 17th, 2013
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. INTERNAL WITH LUA EXPORT:
  2. tiles = table: 0x105b22da0
  3. tileheight = 120
  4. firstgid = 1
  5. properties = table: 0x105b22820
  6. image = ../tilesets/01.png
  7. name = 01
  8. spacing = 8
  9. imageheight = 1024
  10. imagewidth = 1024
  11. margin = 4
  12. tilewidth = 120
  13.  
  14. EXTERNAL WITH LUA EXPORT:
  15. firstgid = 1
  16. tiles = table: 0x10b0a4e90
  17. name = 01
  18. filename = ../tilesets/01.tsx
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement