Tiled map and tileset added

This commit is contained in:
Alan Youngblood 2023-08-02 14:27:59 -04:00
parent 369ad6f83e
commit 4c2049a1e0
5 changed files with 97 additions and 0 deletions

View File

@ -0,0 +1,14 @@
{ "columns":8,
"image":"Kaiju-City-Tileset.png",
"imageheight":64,
"imagewidth":64,
"margin":0,
"name":"Kaiju-City",
"spacing":0,
"tilecount":64,
"tiledversion":"1.10.1",
"tileheight":8,
"tilewidth":8,
"type":"tileset",
"version":"1.10"
}

View File

@ -0,0 +1,12 @@
{
"automappingRulesFile": "",
"commands": [
],
"compatibilityVersion": 1100,
"extensionsPath": "extensions",
"folders": [
"."
],
"propertyTypes": [
]
}

View File

@ -0,0 +1,28 @@
{
"Map/SizeTest": {
"height": 4300,
"width": 2
},
"activeFile": "",
"expandedProjectPaths": [
],
"fileStates": {
},
"last.imagePath": "/Users/ayoungblood/Projects/KaijuSaveEarth/assets/maps",
"map.height": 32,
"map.lastUsedFormat": "json",
"map.layerDataFormat": null,
"map.tileHeight": 8,
"map.tileWidth": 8,
"map.width": 32,
"openFiles": [
],
"project": "kaiju-city-map.tiled-project",
"recentFiles": [
],
"tileset.lastUsedFormat": "json",
"tileset.tileSize": {
"height": 8,
"width": 8
}
}

View File

@ -0,0 +1,34 @@
{ "compressionlevel":-1,
"height":32,
"infinite":false,
"layers":[
{
"compression":"zstd",
"data":"KLUv\/WAAD40HAGKIEg1QuOYBAAEmX0LbwdsplVMaZxROSB21xb620UUwzjcTySOu1lnac6Ga1VWlk043Xet5Z6F4AvTP38stA8EDmbtjHndADjcgAp4NU6AwT8nWwIIbqU0b1VXVFEQ7AWlnQmwzT5H3ja2mT+FC5KABm21AickgJbv33+833zFMB4jbkf8mvgnJjxBn1C70jAbpjNkNLYhCf5I6kki9DyP1XUaggUJf0j40XEO9xL87mrxYTXrQ5AMl2TcxkvqzD1DgUzCkn0FROpU6Mn7T\/jDSidSR8SvtL4yF5wlk5Ths1ELmE359EP5qwj2QAVHUcAQ=",
"encoding":"base64",
"height":32,
"id":1,
"name":"Tile Layer 1",
"opacity":1,
"type":"tilelayer",
"visible":true,
"width":32,
"x":0,
"y":0
}],
"nextlayerid":2,
"nextobjectid":1,
"orientation":"orthogonal",
"renderorder":"right-down",
"tiledversion":"1.10.1",
"tileheight":8,
"tilesets":[
{
"firstgid":1,
"source":"Kaiju-City.tsj"
}],
"tilewidth":8,
"type":"map",
"version":"1.10",
"width":32
}

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.10" tiledversion="1.10.1" orientation="orthogonal" renderorder="right-down" width="32" height="32" tilewidth="8" tileheight="8" infinite="0" nextlayerid="2" nextobjectid="1">
<tileset firstgid="1" source="Kaiju-City.tsj"/>
<layer id="1" name="Tile Layer 1" width="32" height="32">
<data encoding="base64" compression="zstd">
KLUv/WAAD+UDAEJFCw7w+HLwLjmhD9w1U49NAdBzJ8N+PdesV39KcoT6dEcMFx4cuPT2qDnz5bjxYhyg4DRWdD8DUAImQdWCB3EAvviAocQNg56+Eh8zWwz16T/uOLDEEQsDpA8k2Tfi7KcGg6e/hA9DEeQZnyZZCD28XSjY7ES0cAoUhgE=
</data>
</layer>
</map>