перевод файла карты

This commit is contained in:
2026-08-22 08:50:33 +05:00
parent 68f4fcec7c
commit 9c8e64dd9f
4 changed files with 21 additions and 6 deletions
+7 -6
View File
@@ -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": {
+14
View File
@@ -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"
}
BIN
View File
Binary file not shown.