Skip to content

Instantly share code, notes, and snippets.

@MikeMnD
Created March 7, 2020 01:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MikeMnD/d5e932d48ced3f38ced8ddca341d651f to your computer and use it in GitHub Desktop.
Save MikeMnD/d5e932d48ced3f38ced8ddca341d651f to your computer and use it in GitHub Desktop.
What Tiled exports
{ "columns":44,
"editorsettings":
{
"export":
{
"format":"Godot",
"target":"Platformer Tiles.tres"
}
},
"image":"..\/assets\/Platformer Tileset\/Platformer Tiles.png",
"imageheight":192,
"imagewidth":704,
"margin":0,
"name":"Platformer Tiles",
"properties":[
{
"name":"projectRoot",
"type":"string",
"value":"D:\/work\/GodotProjects\/godot_first\/"
},
{
"name":"regionHeight",
"type":"int",
"value":192
},
{
"name":"regionWidth",
"type":"int",
"value":704
}],
"spacing":0,
"tilecount":528,
"tiledversion":"1.3.2",
"tileheight":16,
"tiles":[
{
"id":233,
"objectgroup":
{
"draworder":"index",
"id":2,
"name":"",
"objects":[
{
"height":0,
"id":1,
"name":"",
"polygon":[
{
"x":0,
"y":0
},
{
"x":1,
"y":0
},
{
"x":16,
"y":14
},
{
"x":16,
"y":16
},
{
"x":0,
"y":16
}],
"rotation":0,
"type":"",
"visible":true,
"width":0,
"x":0,
"y":0
}],
"opacity":1,
"type":"objectgroup",
"visible":true,
"x":0,
"y":0
}
},
{
"id":274,
"objectgroup":
{
"draworder":"index",
"id":2,
"name":"",
"objects":[
{
"height":0,
"id":1,
"name":"",
"polygon":[
{
"x":0,
"y":0
},
{
"x":16,
"y":0
},
{
"x":16,
"y":16
},
{
"x":0,
"y":16
}],
"rotation":0,
"type":"",
"visible":true,
"width":0,
"x":0,
"y":0
}],
"opacity":1,
"type":"objectgroup",
"visible":true,
"x":0,
"y":0
}
}],
"tilewidth":16,
"type":"tileset",
"version":1.2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment