There's a bug where the last item in tiles.json draws a black square, which is why I named ceiling_blue to zceiling_blue to temporarily solve it.

This commit is contained in:
Zed A. Shaw 2025-07-11 01:02:27 -04:00
parent b2a6262964
commit 5e01eb29a9
7 changed files with 116 additions and 102 deletions

View file

@ -2,7 +2,7 @@
"floor_tile": {
"texture": "assets/textures/floor_gray_stone.png",
"collision": false,
"display": 10398,
"display": 8284,
"ceiling": "ceiling_black",
"light": 0,
"foreground": [40, 40, 40],
@ -20,10 +20,10 @@
"wall_moss": {
"texture": "assets/textures/glowing_moss_wall.png",
"collision": true,
"display": 8820,
"display": 9256,
"light": 20,
"foreground": [100, 150, 100],
"background": [100, 100, 100],
"foreground": [100, 100, 180],
"background": [100, 150, 100],
"id": 2
},
"ceiling_black": {
@ -37,37 +37,38 @@
"lava_floor": {
"texture": "assets/textures/lava_floor.png",
"collision": false,
"display": 35,
"display": 10899,
"ceiling": "ceiling_black",
"light": 20,
"foreground": [200, 100, 100],
"background": [10, 10, 10],
"background": [100, 100, 50],
"id": 5
},
"gray_stone_floor_light": {
"texture": "assets/textures/gray_stone_floor_light.png",
"collision": false,
"display": 35,
"ceiling": "ceiling_blue_light",
"display": 11590,
"ceiling": "zceiling_blue_light",
"light": 40,
"foreground": [40, 40, 40],
"background": [80, 80, 80],
"foreground": [40, 60, 180],
"id": 6
},
"ceiling_blue_light": {
"texture": "assets/textures/ceiling_blue_light.png",
"collision": false,
"display": 35,
"light": 0,
"foreground": [100, 100, 100],
"id": 7
},
"wood_wall": {
"texture": "assets/textures/wood_wall.png",
"collision": false,
"display": 35,
"display": 10747,
"light": 0,
"foreground": [70, 70, 70],
"background": [100, 100, 100],
"id": 8
},
"zceiling_blue_light": {
"texture": "assets/textures/ceiling_blue_light.png",
"collision": false,
"display": 8285,
"light": 0,
"foreground": [100, 100, 100],
"id": 7
}
}