Basic prototype of showing a different door to match the walls. Need to generalize though.

This commit is contained in:
Zed A. Shaw 2026-03-17 12:31:35 -04:00
parent 349656589b
commit f57d202f5c
2 changed files with 24 additions and 4 deletions

View file

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