Update tileset and game log for improved asset management and debugging

- Modified tileset configuration to include multiple tile images with updated dimensions.
- Enhanced game log to provide detailed startup information and entity loading for room1.
- Updated binary file for the game executable.
added climebol laders
This commit is contained in:
2026-04-26 12:13:55 +02:00
parent a6c8044e4a
commit ef550044ad
15 changed files with 2599 additions and 200354 deletions

View File

@@ -8,15 +8,15 @@
"scale": 0.135375,
"selectedLayer": 4,
"viewCenter": {
"x": 1676.8236380424748,
"y": 2256.694367497692
"x": 1599.2613111726687,
"y": 1599.2613111726687
}
},
"room2.tmj": {
"scale": 0.135375,
"selectedLayer": 3,
"viewCenter": {
"x": 1602.9547553093257,
"x": 1599.2613111726687,
"y": 1599.2613111726687
}
},

File diff suppressed because it is too large Load Diff

View File

@@ -1,12 +1,46 @@
{
"columns": 1,
"image": "../assets/images/1 Tiles/Tile_12.png",
"imageheight": 32,
"imagewidth": 32,
"name": "MainTileset",
"tilecount": 1,
"tileheight": 32,
"tilewidth": 32,
"tilecount": 6,
"tileheight": 96,
"tilewidth": 96,
"type": "tileset",
"version": "1.9"
}
"version": "1.9",
"tiles": [
{
"id": 0,
"image": "../assets/images/1 Tiles/Tile_02.png",
"imageheight": 32,
"imagewidth": 32
},
{
"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
}
]
}