A retro style homage to 80s dungeon crawlers hand crafted in C++.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
raycaster/assets/tiles.json

74 lines
1.8 KiB

{
"floor_tile": {
"texture": "assets/textures/floor_gray_stone.png",
"collision": false,
"display": 8284,
"ceiling": "ceiling_black",
"light": 0,
"foreground": "tiles/fg:floor_tile",
"id": 0
},
"wall_plain": {
"texture": "assets/textures/wall_plain.png",
"collision": true,
"display": 9608,
"light": 0,
"foreground": "tiles/fg:wall_plain",
"background": "tiles/bg:wall_plain",
"id": 1
},
"wall_moss": {
"texture": "assets/textures/glowing_moss_wall.png",
"collision": true,
"display": 9256,
"light": 20,
"background": "tiles/bg:wall_moss",
"foreground": "tiles/fg:wall_moss",
"id": 2
},
"ceiling_black": {
"texture": "assets/textures/ceiling_black.png",
"collision": false,
"display": 35,
"light": 0,
"foreground": "tiles/fg:ceiling_black",
"id": 4
},
"lava_floor": {
"texture": "assets/textures/lava_floor.png",
"collision": false,
"display": 10899,
"ceiling": "ceiling_black",
"light": 20,
"foreground": "tiles/fg:lava_floor",
"background": "tiles/bg:lava_floor",
"id": 5
},
"gray_stone_floor_light": {
"texture": "assets/textures/gray_stone_floor_light.png",
"collision": false,
"display": 11590,
"ceiling": "zBUGceiling_blue_light",
"light": 40,
"foreground": "tiles/fg:gray_stone_floor_light",
"background": "tiles/bg:gray_stone_floor_light",
"id": 6
},
"wood_wall": {
"texture": "assets/textures/wood_wall.png",
"collision": false,
"display": 10747,
"light": 0,
"foreground": "tiles/fg:wood_wall",
"background": "tiles/bg:wood_wall",
"id": 8
},
"zBUGceiling_blue_light": {
"texture": "assets/textures/ceiling_blue_light.png",
"collision": false,
"display": 8285,
"light": 0,
"foreground": "tiles/fg:BAD",
"id": 7
}
}