перевод файла карты
This commit is contained in:
@@ -3,8 +3,9 @@
|
||||
"height": 4300,
|
||||
"width": 2
|
||||
},
|
||||
"activeFile": "безымянный.tmx",
|
||||
"activeFile": "Map.tsx",
|
||||
"expandedProjectPaths": [
|
||||
"."
|
||||
],
|
||||
"file.lastUsedOpenFilter": "Все файлы (*)",
|
||||
"fileStates": {
|
||||
@@ -14,10 +15,10 @@
|
||||
},
|
||||
"безымянный.tmx": {
|
||||
"scale": 1.6605208333333332,
|
||||
"selectedLayer": 2,
|
||||
"selectedLayer": 1,
|
||||
"viewCenter": {
|
||||
"x": 240.2860548271752,
|
||||
"y": 159.88959287372188
|
||||
"x": 104.1841791606549,
|
||||
"y": 153.86738598582275
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -33,8 +34,8 @@
|
||||
],
|
||||
"project": "hello.tiled-project",
|
||||
"recentFiles": [
|
||||
"Map.tsx",
|
||||
"безымянный.tmx"
|
||||
"безымянный.tmx",
|
||||
"Map.tsx"
|
||||
],
|
||||
"tileset.lastUsedFormat": "tsx",
|
||||
"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