Cleaned a bit of the tile code. Built train station
This commit is contained in:
@ -3,8 +3,9 @@
|
||||
"height": 4300,
|
||||
"width": 2
|
||||
},
|
||||
"activeFile": "",
|
||||
"activeFile": "maps/train_station.tmx",
|
||||
"expandedProjectPaths": [
|
||||
"maps",
|
||||
"."
|
||||
],
|
||||
"file.lastUsedOpenFilter": "All Files (*)",
|
||||
@ -23,16 +24,27 @@
|
||||
"scale": 3.404166666666667,
|
||||
"selectedLayer": 1,
|
||||
"viewCenter": {
|
||||
"x": 116.328029375765,
|
||||
"y": 79.90208078335371
|
||||
"x": 120.1468788249694,
|
||||
"y": 79.75520195838433
|
||||
}
|
||||
},
|
||||
"maps/testmap2.tmx": {
|
||||
"expandedObjectLayers": [
|
||||
2
|
||||
],
|
||||
"scale": 5.0383,
|
||||
"selectedLayer": 1,
|
||||
"viewCenter": {
|
||||
"x": 33.940019451005305,
|
||||
"y": 35.726336264216116
|
||||
"x": 19.94720441418733,
|
||||
"y": 19.947204414187325
|
||||
}
|
||||
},
|
||||
"maps/train_station.tmx": {
|
||||
"scale": 3,
|
||||
"selectedLayer": 0,
|
||||
"viewCenter": {
|
||||
"x": 67.66666666666666,
|
||||
"y": 49.333333333333314
|
||||
}
|
||||
},
|
||||
"testmap.tmx": {
|
||||
@ -54,21 +66,32 @@
|
||||
"tilemap.tsx": {
|
||||
"scaleInDock": 1,
|
||||
"scaleInEditor": 4
|
||||
},
|
||||
"tilemaps/entities.tsx": {
|
||||
"scaleInDock": 1
|
||||
},
|
||||
"tilemaps/tilemap.tsx": {
|
||||
"scaleInDock": 1
|
||||
}
|
||||
},
|
||||
"last.externalTilesetPath": "/home/yourwishes/htdocs/Dawn/assets",
|
||||
"last.imagePath": "/home/yourwishes/htdocs/Dawn/assets",
|
||||
"map.height": 5,
|
||||
"map.height": 10,
|
||||
"map.lastUsedFormat": "tmx",
|
||||
"map.tileHeight": 8,
|
||||
"map.tileWidth": 8,
|
||||
"map.width": 5,
|
||||
"map.width": 10,
|
||||
"openFiles": [
|
||||
"maps/testmap.tmx",
|
||||
"maps/testmap2.tmx",
|
||||
"maps/train_station.tmx"
|
||||
],
|
||||
"project": "tiled_project.tiled-project",
|
||||
"property.type": "string",
|
||||
"recentFiles": [
|
||||
"maps/testmap2.tmx"
|
||||
"maps/testmap.tmx",
|
||||
"maps/testmap2.tmx",
|
||||
"maps/train_station.tmx"
|
||||
],
|
||||
"tileset.lastUsedFilter": "All Files (*)",
|
||||
"tileset.lastUsedFormat": "tsx",
|
||||
|
Reference in New Issue
Block a user