123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150 |
- return {
- version = "1.4",
- luaversion = "5.1",
- tiledversion = "1.4.3",
- orientation = "orthogonal",
- renderorder = "right-down",
- width = 13,
- height = 8,
- tilewidth = 32,
- tileheight = 32,
- nextlayerid = 3,
- nextobjectid = 1,
- properties = {},
- tilesets = {
- {
- name = "Indoor floors",
- firstgid = 1,
- filename = "tiled/Indoor floors.tsx",
- tilewidth = 32,
- tileheight = 32,
- spacing = 0,
- margin = 0,
- columns = 9,
- image = "tiled/tilesets_0/6.png",
- imagewidth = 288,
- imageheight = 192,
- objectalignment = "unspecified",
- tileoffset = {
- x = 0,
- y = 0
- },
- grid = {
- orientation = "orthogonal",
- width = 32,
- height = 32
- },
- properties = {},
- terrains = {},
- tilecount = 54,
- tiles = {}
- },
- {
- name = "Indoor walls",
- firstgid = 55,
- filename = "tiled/Indoor walls.tsx",
- tilewidth = 32,
- tileheight = 32,
- spacing = 0,
- margin = 0,
- columns = 15,
- image = "tiled/tilesets_0/4.png",
- imagewidth = 480,
- imageheight = 448,
- objectalignment = "unspecified",
- tileoffset = {
- x = 0,
- y = 0
- },
- grid = {
- orientation = "orthogonal",
- width = 32,
- height = 32
- },
- properties = {},
- terrains = {},
- tilecount = 210,
- tiles = {}
- },
- {
- name = "Indoor stuff",
- firstgid = 265,
- filename = "tiled/Indoor stuff.tsx",
- tilewidth = 32,
- tileheight = 32,
- spacing = 0,
- margin = 0,
- columns = 10,
- image = "tiled/tilesets_0/2.png",
- imagewidth = 320,
- imageheight = 352,
- objectalignment = "unspecified",
- tileoffset = {
- x = 0,
- y = 0
- },
- grid = {
- orientation = "orthogonal",
- width = 32,
- height = 32
- },
- properties = {},
- terrains = {},
- tilecount = 110,
- tiles = {}
- }
- },
- layers = {
- {
- type = "tilelayer",
- x = 0,
- y = 0,
- width = 13,
- height = 8,
- id = 1,
- name = "Fono",
- visible = true,
- opacity = 1,
- offsetx = 0,
- offsety = 0,
- properties = {},
- encoding = "lua",
- data = {
- 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101,
- 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86,
- 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116,
- 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11,
- 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11,
- 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11,
- 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11,
- 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11
- }
- },
- {
- type = "tilelayer",
- x = 0,
- y = 0,
- width = 13,
- height = 8,
- id = 2,
- name = "Malfono",
- visible = true,
- opacity = 1,
- offsetx = 0,
- offsety = 0,
- properties = {},
- encoding = "lua",
- data = {
- 0, 280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 280, 0,
- 0, 290, 0, 0, 0, 0, 0, 0, 0, 0, 0, 290, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
- }
- }
- }
- }
|