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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
raycaster/assets/tiles.json

39 lines
767 B

{
"floor_tile": {
"texture": "assets/floor_tile_test-256.png",
"collision": false,
"display": 10398,
"id": 0
},
"wall_plain": {
"texture": "assets/wall_texture_test-256.png",
"collision": true,
"display": 9608,
"id": 1
},
"wall_moss": {
"texture": "assets/glowing_moss_wall-256.png",
"collision": true,
"display": 8820,
"id": 2
},
"wall_vines": {
"texture": "assets/wall_with_vines-256.png",
"collision": true,
"display": 35,
"id": 3
},
"plain_ceiling": {
"texture": "assets/ceiling_test-256.png",
"collision": false,
"display": 35,
"id": 4
},
"lava_floor": {
"texture": "assets/lava_floor-256.png",
"collision": false,
"display": 35,
"id": 5
}
}