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.
parent
e45de2a2cf
commit
d2a5dfa713
@ -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" |
||||||
|
} |
||||||
|
] |
Loading…
Reference in new issue