Basic prototype of showing a different door to match the walls. Need to generalize though.
This commit is contained in:
parent
349656589b
commit
f57d202f5c
2 changed files with 24 additions and 4 deletions
|
|
@ -12,6 +12,7 @@
|
|||
"texture": "assets/textures/wall_plain.png",
|
||||
"display": 9608,
|
||||
"light": 0,
|
||||
"door": "door_plain",
|
||||
"foreground": "tiles/fg:wall_plain",
|
||||
"background": "tiles/bg:wall_plain",
|
||||
"id": 1
|
||||
|
|
@ -20,6 +21,7 @@
|
|||
"texture": "assets/textures/glowing_moss_wall.png",
|
||||
"display": 9256,
|
||||
"light": 20,
|
||||
"door": "door_wall_moss",
|
||||
"foreground": "tiles/fg:wall_moss",
|
||||
"background": "tiles/bg:wall_moss",
|
||||
"id": 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue