mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-04-03 02:40:23 +02:00
reworked textures for mesecons wires, added a new one for each of on/off
states, to allow wires without junction bumps to be textured differently.
This commit is contained in:
parent
2f5ccf5b4f
commit
b78b540653
mesecons
mesecons_textures/textures
@ -92,16 +92,16 @@ for zmy=0, 1 do
|
||||
table.insert(nodebox, box_bump1)
|
||||
table.insert(nodebox, box_bump2)
|
||||
tiles_off = {
|
||||
"wires_off.png",
|
||||
"wires_off.png",
|
||||
"wires_bump_off.png",
|
||||
"wires_bump_off.png",
|
||||
"wires_vertical_off.png",
|
||||
"wires_vertical_off.png",
|
||||
"wires_vertical_off.png",
|
||||
"wires_vertical_off.png"
|
||||
}
|
||||
tiles_on = {
|
||||
"wires_on.png",
|
||||
"wires_on.png",
|
||||
"wires_bump_on.png",
|
||||
"wires_bump_on.png",
|
||||
"wires_vertical_on.png",
|
||||
"wires_vertical_on.png",
|
||||
"wires_vertical_on.png",
|
||||
@ -110,16 +110,16 @@ for zmy=0, 1 do
|
||||
else
|
||||
table.insert(nodebox, box_center)
|
||||
tiles_off = {
|
||||
"wires_vertical_off.png",
|
||||
"wires_vertical_off.png",
|
||||
"wires_off.png",
|
||||
"wires_off.png",
|
||||
"wires_vertical_off.png",
|
||||
"wires_vertical_off.png",
|
||||
"wires_vertical_off.png",
|
||||
"wires_vertical_off.png"
|
||||
}
|
||||
tiles_on = {
|
||||
"wires_vertical_on.png",
|
||||
"wires_vertical_on.png",
|
||||
"wires_on.png",
|
||||
"wires_on.png",
|
||||
"wires_vertical_on.png",
|
||||
"wires_vertical_on.png",
|
||||
"wires_vertical_on.png",
|
||||
|
BIN
mesecons_textures/textures/wires_bump_off.png
Normal file
BIN
mesecons_textures/textures/wires_bump_off.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 347 B |
BIN
mesecons_textures/textures/wires_bump_on.png
Normal file
BIN
mesecons_textures/textures/wires_bump_on.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 386 B |
Binary file not shown.
Before ![]() (image error) Size: 532 B After ![]() (image error) Size: 272 B ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 640 B After ![]() (image error) Size: 286 B ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 643 B After ![]() (image error) Size: 302 B ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 754 B After ![]() (image error) Size: 341 B ![]() ![]() |
Loading…
x
Reference in New Issue
Block a user