Rooms are now styled randomly based on assets/styles.json which will evolve into specifications for themes of levels and rooms in them plus other configs.
This commit is contained in:
parent
e45de2a2cf
commit
d2a5dfa713
7 changed files with 56 additions and 2 deletions
17
assets/styles.json
Normal file
17
assets/styles.json
Normal file
|
@ -0,0 +1,17 @@
|
|||
[
|
||||
{
|
||||
"name": "Mossy Blue Ceiling",
|
||||
"floor": "gray_stone_floor_light",
|
||||
"walls": "wall_moss"
|
||||
},
|
||||
{
|
||||
"name": "Plain",
|
||||
"floor": "floor_tile",
|
||||
"walls": "wall_plain"
|
||||
},
|
||||
{
|
||||
"name": "Wood Walls",
|
||||
"floor": "floor_tile",
|
||||
"walls": "wood_wall"
|
||||
}
|
||||
]
|
|
@ -50,5 +50,12 @@
|
|||
"display": 35,
|
||||
"light": 0,
|
||||
"id": 7
|
||||
},
|
||||
"wood_wall": {
|
||||
"texture": "assets/textures/wood_wall.png",
|
||||
"collision": false,
|
||||
"display": 35,
|
||||
"light": 0,
|
||||
"id": 8
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue