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
|
@ -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