diff --git a/Tiled/hello.tiled-session b/Tiled/hello.tiled-session index efc04bf..985d555 100644 --- a/Tiled/hello.tiled-session +++ b/Tiled/hello.tiled-session @@ -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": { diff --git a/Tiled/безымянный.tmx b/Tiled/map_file.tmx similarity index 100% rename from Tiled/безымянный.tmx rename to Tiled/map_file.tmx diff --git a/Tiled/tiles.json b/Tiled/tiles.json new file mode 100644 index 0000000..223f07c --- /dev/null +++ b/Tiled/tiles.json @@ -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" +} \ No newline at end of file diff --git a/hello b/hello deleted file mode 100755 index f95c592..0000000 Binary files a/hello and /dev/null differ