Update tileset and settings, enhance logging
- 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.
This commit is contained in:
@@ -5,26 +5,21 @@
|
||||
],
|
||||
"fileStates": {
|
||||
"room1.tmj": {
|
||||
"scale": 0.135375,
|
||||
"selectedLayer": 4,
|
||||
"scale": 0.75,
|
||||
"selectedLayer": 5,
|
||||
"viewCenter": {
|
||||
"x": 1599.2613111726687,
|
||||
"y": 1599.2613111726687
|
||||
"x": 1840.6666666666665,
|
||||
"y": 1350
|
||||
}
|
||||
},
|
||||
"room2.tmj": {
|
||||
"scale": 0.135375,
|
||||
"selectedLayer": 3,
|
||||
"scale": 0.75,
|
||||
"selectedLayer": 0,
|
||||
"viewCenter": {
|
||||
"x": 1599.2613111726687,
|
||||
"y": 1599.2613111726687
|
||||
"x": 1578,
|
||||
"y": 1604.6666666666665
|
||||
}
|
||||
},
|
||||
"start.tsx": {
|
||||
"dynamicWrapping": true,
|
||||
"scaleInDock": 1,
|
||||
"scaleInEditor": 1
|
||||
},
|
||||
"tileset.tsj": {
|
||||
"dynamicWrapping": false,
|
||||
"scaleInDock": 1,
|
||||
@@ -32,7 +27,7 @@
|
||||
}
|
||||
},
|
||||
"last.exportedFilePath": "/home/brasse/repos/Regin_mountain_of_treasures/assets/maps",
|
||||
"last.imagePath": "/home/brasse/repos/Regin_mountain_of_treasures/assets/images/1 Tiles",
|
||||
"last.imagePath": "/home/brasse/repos/Regin_mountain_of_treasures/assets/images/Grass",
|
||||
"map.lastUsedExportFilter": "JSON kart-filer ( *.tmj *.json)",
|
||||
"openFiles": [
|
||||
"room1.tmj",
|
||||
|
||||
Reference in New Issue
Block a user