Doors are now meshed into the walls better but I got rid of the wood wals. They suck.

This commit is contained in:
Zed A. Shaw 2026-03-17 11:43:16 -04:00
parent 4c11829580
commit 349656589b
9 changed files with 19 additions and 18 deletions

View file

@ -232,7 +232,12 @@
"frame_height": 256
},
"door_plain":
{"path": "assets/sprites/door_plain.png",
{"path": "assets/doors/door_plain.png",
"frame_width": 256,
"frame_height": 256
},
"door_moss_wall":
{"path": "assets/doors/door_moss_wall.png",
"frame_width": 256,
"frame_height": 256
},

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

BIN
assets/doors/door_plain.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

View file

@ -8,10 +8,5 @@
"name": "Plain",
"floor": "floor_tile",
"walls": "wall_plain"
},
{
"name": "Wood Walls",
"floor": "floor_tile",
"walls": "wood_wall"
}
]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 158 KiB

After

Width:  |  Height:  |  Size: 158 KiB

Before After
Before After

View file

@ -50,26 +50,26 @@
"background": "tiles/bg:gray_stone_floor_light",
"id": 6
},
"wood_wall": {
"texture": "assets/textures/wood_wall.png",
"display": 10747,
"light": 0,
"foreground": "tiles/fg:wood_wall",
"background": "tiles/bg:wood_wall",
"id": 7
},
"zBUGceiling_blue_light": {
"texture": "assets/textures/ceiling_blue_light.png",
"display": 8285,
"light": 0,
"foreground": "color:BAD",
"background": "color:BAD",
"id": 8
"id": 7
},
"door_plain": {
"texture": "assets/doors/door_plain.png",
"display": 1087,
"light": 0,
"light": 10,
"foreground": "tiles/fg:wall_plain",
"background": "tiles/bg:wall_plain",
"id": 8
},
"door_moss_wall": {
"texture": "assets/doors/door_moss_wall.png",
"display": 1089,
"light": 20,
"foreground": "tiles/fg:wall_plain",
"background": "tiles/bg:wall_plain",
"id": 9