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:
@@ -1,46 +1,60 @@
|
||||
{
|
||||
"name": "MainTileset",
|
||||
"tilecount": 6,
|
||||
"tileheight": 96,
|
||||
"tilewidth": 96,
|
||||
"type": "tileset",
|
||||
"version": "1.9",
|
||||
"tiles": [
|
||||
{ "columns":0,
|
||||
"grid":
|
||||
{
|
||||
"id": 0,
|
||||
"image": "../assets/images/1 Tiles/Tile_02.png",
|
||||
"imageheight": 32,
|
||||
"imagewidth": 32
|
||||
"height":96,
|
||||
"orientation":"orthogonal",
|
||||
"width":96
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"image": "../assets/images/1 Tiles/Tile_12.png",
|
||||
"imageheight": 32,
|
||||
"imagewidth": 32
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"image": "../assets/images/1 Tiles/Tile_31.png",
|
||||
"imageheight": 32,
|
||||
"imagewidth": 32
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"image": "../assets/images/Ladders/1.png",
|
||||
"imageheight": 32,
|
||||
"imagewidth": 32
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"image": "../assets/images/Stones/1.png",
|
||||
"imageheight": 32,
|
||||
"imagewidth": 32
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"image": "../assets/images/Trees/1.png",
|
||||
"imageheight": 96,
|
||||
"imagewidth": 96
|
||||
}
|
||||
]
|
||||
}
|
||||
"margin":0,
|
||||
"name":"MainTileset",
|
||||
"spacing":0,
|
||||
"tilecount":7,
|
||||
"tiledversion":"1.12.1",
|
||||
"tileheight":103,
|
||||
"tiles":[
|
||||
{
|
||||
"id":1,
|
||||
"image":"..\/assets\/images\/1 Tiles\/Tile_02.png",
|
||||
"imageheight":32,
|
||||
"imagewidth":32
|
||||
},
|
||||
{
|
||||
"id":2,
|
||||
"image":"..\/assets\/images\/1 Tiles\/Tile_12.png",
|
||||
"imageheight":32,
|
||||
"imagewidth":32
|
||||
},
|
||||
{
|
||||
"id":3,
|
||||
"image":"..\/assets\/images\/1 Tiles\/Tile_31.png",
|
||||
"imageheight":32,
|
||||
"imagewidth":32
|
||||
},
|
||||
{
|
||||
"id":4,
|
||||
"image":"..\/assets\/images\/Grass\/3.png",
|
||||
"imageheight":16,
|
||||
"imagewidth":14
|
||||
},
|
||||
{
|
||||
"id":5,
|
||||
"image":"..\/assets\/images\/Ladders\/1.png",
|
||||
"imageheight":32,
|
||||
"imagewidth":32
|
||||
},
|
||||
{
|
||||
"id":6,
|
||||
"image":"..\/assets\/images\/Stones\/1.png",
|
||||
"imageheight":59,
|
||||
"imagewidth":63
|
||||
},
|
||||
{
|
||||
"id":7,
|
||||
"image":"..\/assets\/images\/Trees\/1.png",
|
||||
"imageheight":103,
|
||||
"imagewidth":101
|
||||
}],
|
||||
"tilewidth":101,
|
||||
"type":"tileset",
|
||||
"version":"1.10"
|
||||
}
|
||||
Reference in New Issue
Block a user