Started work on using tiled

This commit is contained in:
2024-10-21 20:50:16 -05:00
parent b2a3ca4411
commit ddbef64f43
16 changed files with 454 additions and 69 deletions

View File

@ -0,0 +1,58 @@
{
"Map/SizeTest": {
"height": 4300,
"width": 2
},
"activeFile": "",
"expandedProjectPaths": [
],
"fileStates": {
"": {
"scaleInDock": 1
},
"entities.tsx": {
"scaleInDock": 1,
"scaleInEditor": 1
},
"testmap.tmx": {
"scale": 3.281458333333333,
"selectedLayer": 1,
"viewCenter": {
"x": 97.36524665100629,
"y": 58.20582820138405
}
},
"testmap2.tmx": {
"scale": 3.281458333333333,
"selectedLayer": 0,
"viewCenter": {
"x": 119.91619579709226,
"y": 80.14729223541363
}
},
"tilemap.tsx": {
"scaleInDock": 1,
"scaleInEditor": 4
}
},
"last.externalTilesetPath": "/home/yourwishes/htdocs/Dawn/assets/map",
"last.imagePath": "/home/yourwishes/htdocs/Dawn/assets/map",
"map.lastUsedFormat": "tmx",
"map.tileHeight": 8,
"map.tileWidth": 8,
"openFiles": [
],
"project": "tiled_project.tiled-project",
"recentFiles": [
"testmap.tmx",
"tilemap.tsx",
"entities.tsx",
"testmap2.tmx"
],
"tileset.lastUsedFilter": "All Files (*)",
"tileset.lastUsedFormat": "tsx",
"tileset.tileSize": {
"height": 8,
"width": 8
}
}