- 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.
60 lines
1.3 KiB
Plaintext
60 lines
1.3 KiB
Plaintext
{ "columns":0,
|
|
"grid":
|
|
{
|
|
"height":96,
|
|
"orientation":"orthogonal",
|
|
"width":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"
|
|
} |