Dawn progress
This commit is contained in:
@ -17,6 +17,9 @@
|
||||
}
|
||||
},
|
||||
"entities": {
|
||||
"sign": {
|
||||
"name": "Sign"
|
||||
}
|
||||
},
|
||||
"maps": {
|
||||
"testmap": {
|
||||
@ -32,5 +35,8 @@
|
||||
"0": "Stairs slippery when wet.\n\n<- West to Town.\n-> East to lakefront."
|
||||
}
|
||||
}
|
||||
},
|
||||
"battle": {
|
||||
"start": "Battle Start!"
|
||||
}
|
||||
}
|
@ -3,11 +3,10 @@
|
||||
"height": 4300,
|
||||
"width": 2
|
||||
},
|
||||
"activeFile": "tilemaps/entities.tsx",
|
||||
"activeFile": "maps/testmap.tmx",
|
||||
"expandedProjectPaths": [
|
||||
"maps",
|
||||
".",
|
||||
"tilemaps"
|
||||
"maps"
|
||||
],
|
||||
"file.lastUsedOpenFilter": "All Files (*)",
|
||||
"fileStates": {
|
||||
@ -22,8 +21,8 @@
|
||||
"scale": 4.9072,
|
||||
"selectedLayer": 0,
|
||||
"viewCenter": {
|
||||
"x": 49.31529181610695,
|
||||
"y": 54.002282360612995
|
||||
"x": 39.94131072709489,
|
||||
"y": 40.0432018258885
|
||||
}
|
||||
},
|
||||
"maps/testmap.tmx": {
|
||||
@ -33,8 +32,8 @@
|
||||
"scale": 3.404166666666667,
|
||||
"selectedLayer": 1,
|
||||
"viewCenter": {
|
||||
"x": 120.1468788249694,
|
||||
"y": 79.75520195838433
|
||||
"x": 95.17747858017135,
|
||||
"y": 86.80538555691552
|
||||
}
|
||||
},
|
||||
"maps/testmap2.tmx": {
|
||||
@ -44,7 +43,7 @@
|
||||
"scale": 5.0383,
|
||||
"selectedLayer": 1,
|
||||
"viewCenter": {
|
||||
"x": 19.94720441418733,
|
||||
"x": 19.84796459123116,
|
||||
"y": 19.947204414187325
|
||||
}
|
||||
},
|
||||
@ -55,8 +54,8 @@
|
||||
"scale": 2.7603,
|
||||
"selectedLayer": 1,
|
||||
"viewCenter": {
|
||||
"x": 85.49795312103754,
|
||||
"y": 157.22928667173855
|
||||
"x": 160.48980183313407,
|
||||
"y": 120.4579212404449
|
||||
}
|
||||
},
|
||||
"testmap.tmx": {
|
||||
@ -95,18 +94,16 @@
|
||||
"map.tileWidth": 8,
|
||||
"map.width": 10,
|
||||
"openFiles": [
|
||||
"maps/train_station.tmx",
|
||||
"tilemaps/entities.tsx",
|
||||
"maps/downtown.tmx"
|
||||
"maps/testmap.tmx"
|
||||
],
|
||||
"project": "tiled_project.tiled-project",
|
||||
"property.type": "string",
|
||||
"recentFiles": [
|
||||
"maps/train_station.tmx",
|
||||
"maps/downtown.tmx",
|
||||
"tilemaps/entities.tsx",
|
||||
"maps/testmap.tmx",
|
||||
"maps/testmap2.tmx"
|
||||
"maps/downtown.tmx",
|
||||
"maps/testmap2.tmx",
|
||||
"maps/train_station.tmx",
|
||||
"tilemaps/entities.tsx"
|
||||
],
|
||||
"tileset.lastUsedFilter": "All Files (*)",
|
||||
"tileset.lastUsedFormat": "tsx",
|
||||
|
Reference in New Issue
Block a user