Advertisement
Guest User

Untitled

a guest
Apr 5th, 2020
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 39.22 KB | None | 0 0
  1. return {
  2.   version = "1.2",
  3.   luaversion = "5.1",
  4.   tiledversion = "1.3.3",
  5.   orientation = "orthogonal",
  6.   renderorder = "right-down",
  7.   width = 77,
  8.   height = 77,
  9.   tilewidth = 32,
  10.   tileheight = 32,
  11.   nextlayerid = 5,
  12.   nextobjectid = 1,
  13.   properties = {},
  14.   tilesets = {
  15.     {
  16.       name = "Lovie",
  17.       firstgid = 1,
  18.       tilewidth = 32,
  19.       tileheight = 32,
  20.       spacing = 0,
  21.       margin = 0,
  22.       columns = 24,
  23.       image = "Tiles.png",
  24.       imagewidth = 768,
  25.       imageheight = 64,
  26.       tileoffset = {
  27.         x = 0,
  28.         y = 0
  29.       },
  30.       grid = {
  31.         orientation = "orthogonal",
  32.         width = 32,
  33.         height = 32
  34.       },
  35.       properties = {},
  36.       terrains = {},
  37.       tilecount = 48,
  38.       tiles = {}
  39.     }
  40.   },
  41.   layers = {
  42.     {
  43.       type = "tilelayer",
  44.       id = 1,
  45.       name = "Platforms",
  46.       x = 0,
  47.       y = 0,
  48.       width = 77,
  49.       height = 77,
  50.       visible = true,
  51.       opacity = 1,
  52.       offsetx = 0.969697,
  53.       offsety = 3.75758,
  54.       properties = {
  55.         ["Solid"] = "true"
  56.       },
  57.       encoding = "lua""tilelayer",
  58.       id = 2,
  59.       name = "Undsolid",
  60.       x = 0,
  61.       y = 0,
  62.       width = 77,
  63.       height = 77,
  64.       visible = true,
  65.       opacity = 1,
  66.       offsetx = 0,
  67.       offsety = 0,
  68.       properties = {
  69.         ["solid"] = "false"
  70.       },
  71.       encoding = "lua"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement