forked from nalc/homedecor_modpack
Added several more colors of bathroom tiles
This commit is contained in:
parent
8aeb2f1007
commit
f1f2db92c5
|
@ -2132,7 +2132,12 @@ local color_pairings = {
|
|||
{ "grey", "white", "1" },
|
||||
{ "dark_grey", "white", "2" },
|
||||
{ "black", "white", "3" },
|
||||
{ "black", "dark_grey", "4" }
|
||||
{ "black", "dark_grey", "4" },
|
||||
{ "red", "white", "red" },
|
||||
{ "green", "white", "green" },
|
||||
{ "blue", "white", "blue" },
|
||||
{ "yellow", "white", "yellow" },
|
||||
{ "brown", "white", "tan" }
|
||||
}
|
||||
|
||||
for i in ipairs(color_pairings) do
|
||||
|
|
|
@ -5,6 +5,11 @@ local bathroom_tile_colors = {
|
|||
{ "2", "white/dark grey" },
|
||||
{ "3", "white/black" },
|
||||
{ "4", "black/dark grey" },
|
||||
{ "red", "white/red" },
|
||||
{ "green", "white/green" },
|
||||
{ "blue", "white/blue" },
|
||||
{ "yellow", "white/yellow" },
|
||||
{ "tan", "white/tan" },
|
||||
}
|
||||
|
||||
for i in ipairs(bathroom_tile_colors) do
|
||||
|
|
BIN
homedecor/textures/homedecor_bathroom_tiles_blue.png
Normal file
BIN
homedecor/textures/homedecor_bathroom_tiles_blue.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 396 B |
BIN
homedecor/textures/homedecor_bathroom_tiles_green.png
Normal file
BIN
homedecor/textures/homedecor_bathroom_tiles_green.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 373 B |
BIN
homedecor/textures/homedecor_bathroom_tiles_red.png
Normal file
BIN
homedecor/textures/homedecor_bathroom_tiles_red.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 347 B |
BIN
homedecor/textures/homedecor_bathroom_tiles_tan.png
Normal file
BIN
homedecor/textures/homedecor_bathroom_tiles_tan.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 444 B |
BIN
homedecor/textures/homedecor_bathroom_tiles_yellow.png
Normal file
BIN
homedecor/textures/homedecor_bathroom_tiles_yellow.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 389 B |
Loading…
Reference in New Issue
Block a user