- Updated tileset configuration in 'tileset.tsj' to include new tiles and adjust dimensions. - Added 'settings.json' for key bindings related to climbing and movement actions. - Enhanced game logging in 'game.log' to track game start events and map loading. - Updated the game binary to the latest version.
48 lines
1.2 KiB
Plaintext
48 lines
1.2 KiB
Plaintext
{
|
|
"activeFile": "room1.tmj",
|
|
"expandedProjectPaths": [
|
|
"."
|
|
],
|
|
"fileStates": {
|
|
"room1.tmj": {
|
|
"scale": 0.75,
|
|
"selectedLayer": 5,
|
|
"viewCenter": {
|
|
"x": 1840.6666666666665,
|
|
"y": 1350
|
|
}
|
|
},
|
|
"room2.tmj": {
|
|
"scale": 0.75,
|
|
"selectedLayer": 0,
|
|
"viewCenter": {
|
|
"x": 1578,
|
|
"y": 1604.6666666666665
|
|
}
|
|
},
|
|
"tileset.tsj": {
|
|
"dynamicWrapping": false,
|
|
"scaleInDock": 1,
|
|
"scaleInEditor": 1
|
|
}
|
|
},
|
|
"last.exportedFilePath": "/home/brasse/repos/Regin_mountain_of_treasures/assets/maps",
|
|
"last.imagePath": "/home/brasse/repos/Regin_mountain_of_treasures/assets/images/Grass",
|
|
"map.lastUsedExportFilter": "JSON kart-filer ( *.tmj *.json)",
|
|
"openFiles": [
|
|
"room1.tmj",
|
|
"room2.tmj",
|
|
"start.tsx",
|
|
"tileset.tsj"
|
|
],
|
|
"project": "R.M.O.T.tiled-project",
|
|
"recentFiles": [
|
|
"tileset.tsj",
|
|
"start.tsx",
|
|
"room2.tmj",
|
|
"room1.tmj"
|
|
],
|
|
"tileset.lastUsedFormat": "tsx",
|
|
"tileset.type": 1
|
|
}
|