save tiled project
This commit is contained in:
parent
070ab245d7
commit
63b9221590
2 changed files with 20 additions and 1 deletions
BIN
two_player_cleaning_game/.DS_Store
vendored
BIN
two_player_cleaning_game/.DS_Store
vendored
Binary file not shown.
|
|
@ -1,12 +1,27 @@
|
||||||
{
|
{
|
||||||
"activeFile": "",
|
"activeFile": "walls.tsx",
|
||||||
"expandedProjectPaths": [
|
"expandedProjectPaths": [
|
||||||
|
"/Users/she0001t/personal_projects/fennel_love2d_experiments/two_player_cleaning_game/assets",
|
||||||
|
".",
|
||||||
|
"/Users/she0001t/personal_projects/fennel_love2d_experiments/two_player_cleaning_game"
|
||||||
],
|
],
|
||||||
"fileStates": {
|
"fileStates": {
|
||||||
|
"level_001.tmx": {
|
||||||
|
"scale": 4.0012,
|
||||||
|
"selectedLayer": 0,
|
||||||
|
"viewCenter": {
|
||||||
|
"x": 821.1286614015795,
|
||||||
|
"y": 723.9078276517045
|
||||||
|
}
|
||||||
|
},
|
||||||
"map_tileset.tsx": {
|
"map_tileset.tsx": {
|
||||||
"dynamicWrapping": false,
|
"dynamicWrapping": false,
|
||||||
"scaleInDock": 1,
|
"scaleInDock": 1,
|
||||||
"scaleInEditor": 8
|
"scaleInEditor": 8
|
||||||
|
},
|
||||||
|
"walls.tsx": {
|
||||||
|
"scaleInDock": 1.4397,
|
||||||
|
"scaleInEditor": 8.2977
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"last.exportedFilePath": "/Users/she0001t/personal_projects/fennel_love2d_experiments/two_player_cleaning_game/assets/tiled",
|
"last.exportedFilePath": "/Users/she0001t/personal_projects/fennel_love2d_experiments/two_player_cleaning_game/assets/tiled",
|
||||||
|
|
@ -18,9 +33,13 @@
|
||||||
"map.tileWidth": 25,
|
"map.tileWidth": 25,
|
||||||
"map.width": 50,
|
"map.width": 50,
|
||||||
"openFiles": [
|
"openFiles": [
|
||||||
|
"level_001.tmx",
|
||||||
|
"walls.tsx"
|
||||||
],
|
],
|
||||||
"project": "untitled.tiled-project",
|
"project": "untitled.tiled-project",
|
||||||
"recentFiles": [
|
"recentFiles": [
|
||||||
|
"level_001.tmx",
|
||||||
|
"walls.tsx",
|
||||||
"map_tileset.tsx"
|
"map_tileset.tsx"
|
||||||
],
|
],
|
||||||
"tileset.lastUsedFormat": "tsx",
|
"tileset.lastUsedFormat": "tsx",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue