Add tiled-session files to gitignore. Remove offending tileset from 1_1 campain map.
This commit is contained in:
parent
ed66c83259
commit
e19bed30ce
2
.gitignore
vendored
2
.gitignore
vendored
@ -368,3 +368,5 @@ Crawler/Crawler.data
|
|||||||
Crawler/Crawler.js
|
Crawler/Crawler.js
|
||||||
Crawler/Crawler.wasm
|
Crawler/Crawler.wasm
|
||||||
Crawler/pixelGameEngine_wasm.o
|
Crawler/pixelGameEngine_wasm.o
|
||||||
|
*.tiled-session
|
||||||
|
/Crawler/Crawler.tiled-session
|
||||||
|
|||||||
@ -1,106 +0,0 @@
|
|||||||
{
|
|
||||||
"Map/SizeTest": {
|
|
||||||
"height": 4300,
|
|
||||||
"width": 2
|
|
||||||
},
|
|
||||||
"activeFile": "assets/maps/Level1.tmx",
|
|
||||||
"expandedProjectPaths": [
|
|
||||||
".",
|
|
||||||
"assets/maps",
|
|
||||||
"assets"
|
|
||||||
],
|
|
||||||
"file.lastUsedOpenFilter": "All Files (*)",
|
|
||||||
"fileStates": {
|
|
||||||
"": {
|
|
||||||
"scaleInDock": 1,
|
|
||||||
"scaleInEditor": 2
|
|
||||||
},
|
|
||||||
":/automap-tiles.tsx": {
|
|
||||||
"scaleInDock": 1
|
|
||||||
},
|
|
||||||
"assets/maps/Cave.tsx": {
|
|
||||||
"scaleInDock": 1.5,
|
|
||||||
"scaleInEditor": 2
|
|
||||||
},
|
|
||||||
"assets/maps/Dark Cave.tsx": {
|
|
||||||
"scaleInDock": 1,
|
|
||||||
"scaleInEditor": 3
|
|
||||||
},
|
|
||||||
"assets/maps/Level1.tmx": {
|
|
||||||
"expandedObjectLayers": [
|
|
||||||
3
|
|
||||||
],
|
|
||||||
"scale": 1,
|
|
||||||
"selectedLayer": 2,
|
|
||||||
"viewCenter": {
|
|
||||||
"x": 429,
|
|
||||||
"y": -50.5
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"assets/maps/Level1.tmx#Cave": {
|
|
||||||
"scaleInDock": 1,
|
|
||||||
"scaleInEditor": 1
|
|
||||||
},
|
|
||||||
"assets/maps/Level1.tmx#Overworld": {
|
|
||||||
"scaleInDock": 1
|
|
||||||
},
|
|
||||||
"assets/maps/Level2.tmx": {
|
|
||||||
"expandedObjectLayers": [
|
|
||||||
4
|
|
||||||
],
|
|
||||||
"scale": 0.75,
|
|
||||||
"selectedLayer": 2,
|
|
||||||
"viewCenter": {
|
|
||||||
"x": 6.666666666666515,
|
|
||||||
"y": 300.66666666666663
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"assets/maps/Level3.tmx": {
|
|
||||||
"scale": 1,
|
|
||||||
"selectedLayer": 0,
|
|
||||||
"viewCenter": {
|
|
||||||
"x": -0.5,
|
|
||||||
"y": -3
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"assets/maps/Overworld.tsx": {
|
|
||||||
"scaleInDock": 1,
|
|
||||||
"scaleInEditor": 2
|
|
||||||
},
|
|
||||||
"assets/maps/Tileset-Base.tsx": {
|
|
||||||
"scaleInDock": 1,
|
|
||||||
"scaleInEditor": 1
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"frame.defaultDuration": 100,
|
|
||||||
"last.externalTilesetPath": "C:/Users/sigon/source/repos/Crawler/Crawler/assets/maps",
|
|
||||||
"last.imagePath": "C:/Users/sigon/source/repos/Crawler/Crawler/assets/maps",
|
|
||||||
"map.fixedSize": false,
|
|
||||||
"map.height": 64,
|
|
||||||
"map.lastUsedFormat": "tmx",
|
|
||||||
"map.tileHeight": 24,
|
|
||||||
"map.tileWidth": 24,
|
|
||||||
"map.width": 64,
|
|
||||||
"openFiles": [
|
|
||||||
"assets/maps/Level1.tmx",
|
|
||||||
"assets/maps/Level2.tmx"
|
|
||||||
],
|
|
||||||
"project": "Crawler.tiled-project",
|
|
||||||
"property.type": "file",
|
|
||||||
"recentFiles": [
|
|
||||||
"assets/maps/Level2.tmx",
|
|
||||||
"assets/maps/Level1.tmx",
|
|
||||||
"assets/maps/Cave.tsx",
|
|
||||||
"assets/maps/Overworld.tsx",
|
|
||||||
"assets/maps/Level3.tmx",
|
|
||||||
"assets/maps/Dark Cave.tsx",
|
|
||||||
"assets/maps/Tileset-Base.tsx"
|
|
||||||
],
|
|
||||||
"tileset.embedInMap": false,
|
|
||||||
"tileset.lastUsedFilter": "Tiled tileset files (*.tsx *.xml)",
|
|
||||||
"tileset.lastUsedFormat": "tsx",
|
|
||||||
"tileset.tileSize": {
|
|
||||||
"height": 24,
|
|
||||||
"width": 24
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
x
Reference in New Issue
Block a user