перевод файла карты
This commit is contained in:
@@ -3,8 +3,9 @@
|
|||||||
"height": 4300,
|
"height": 4300,
|
||||||
"width": 2
|
"width": 2
|
||||||
},
|
},
|
||||||
"activeFile": "безымянный.tmx",
|
"activeFile": "Map.tsx",
|
||||||
"expandedProjectPaths": [
|
"expandedProjectPaths": [
|
||||||
|
"."
|
||||||
],
|
],
|
||||||
"file.lastUsedOpenFilter": "Все файлы (*)",
|
"file.lastUsedOpenFilter": "Все файлы (*)",
|
||||||
"fileStates": {
|
"fileStates": {
|
||||||
@@ -14,10 +15,10 @@
|
|||||||
},
|
},
|
||||||
"безымянный.tmx": {
|
"безымянный.tmx": {
|
||||||
"scale": 1.6605208333333332,
|
"scale": 1.6605208333333332,
|
||||||
"selectedLayer": 2,
|
"selectedLayer": 1,
|
||||||
"viewCenter": {
|
"viewCenter": {
|
||||||
"x": 240.2860548271752,
|
"x": 104.1841791606549,
|
||||||
"y": 159.88959287372188
|
"y": 153.86738598582275
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -33,8 +34,8 @@
|
|||||||
],
|
],
|
||||||
"project": "hello.tiled-project",
|
"project": "hello.tiled-project",
|
||||||
"recentFiles": [
|
"recentFiles": [
|
||||||
"Map.tsx",
|
"безымянный.tmx",
|
||||||
"безымянный.tmx"
|
"Map.tsx"
|
||||||
],
|
],
|
||||||
"tileset.lastUsedFormat": "tsx",
|
"tileset.lastUsedFormat": "tsx",
|
||||||
"tileset.tileSize": {
|
"tileset.tileSize": {
|
||||||
|
|||||||
@@ -0,0 +1,14 @@
|
|||||||
|
{ "columns":8,
|
||||||
|
"image":"..\/assets\/3rdparty\/tileset\/Tiles\/Tileset.png",
|
||||||
|
"imageheight":240,
|
||||||
|
"imagewidth":128,
|
||||||
|
"margin":0,
|
||||||
|
"name":"Map",
|
||||||
|
"spacing":0,
|
||||||
|
"tilecount":120,
|
||||||
|
"tiledversion":"1.11.2",
|
||||||
|
"tileheight":16,
|
||||||
|
"tilewidth":16,
|
||||||
|
"type":"tileset",
|
||||||
|
"version":"1.10"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user