Use homedecor_blanktile.png on the top face of bottom half of door and vice

versa.  Gets rid of the visual division between the two halves of the glass
door.
This commit is contained in:
Vanessa Ezekowitz 2013-04-28 01:59:48 -04:00
parent b53043fa01
commit ac25d1b851
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ for i in ipairs(sides) do
local tiles_top = {
"homedecor_door_"..doorname.."_tb.png",
"homedecor_door_"..doorname.."_tb.png",
"homedecor_blanktile.png",
"homedecor_door_"..doorname.."_lrt.png",
"homedecor_door_"..doorname.."_lrt.png",
"homedecor_door_"..doorname.."_"..rside.."_top.png",
@ -42,7 +42,7 @@ for i in ipairs(sides) do
}
local tiles_bottom = {
"homedecor_door_"..doorname.."_tb.png",
"homedecor_blanktile.png",
"homedecor_door_"..doorname.."_tb.png",
"homedecor_door_"..doorname.."_lrb.png",
"homedecor_door_"..doorname.."_lrb.png",