forked from minetest-mods/mesecons
Merge pull request #119 from VanessaE/master
Give crossing proper textures
This commit is contained in:
commit
d0fdefb5a6
mesecons_extrawires
mesecons_textures/textures
jeija_insulated_wire_crossing_tb_01.pngjeija_insulated_wire_crossing_tb_10.pngjeija_insulated_wire_crossing_tb_off.pngjeija_insulated_wire_crossing_tb_on.pngjeija_insulated_wire_ends_01x.pngjeija_insulated_wire_ends_01z.pngjeija_insulated_wire_ends_10x.pngjeija_insulated_wire_ends_10z.pngjeija_insulated_wire_ends_off.pngjeija_insulated_wire_ends_on.png
@ -21,7 +21,11 @@ local crossover_states = {
|
||||
minetest.register_node("mesecons_extrawires:crossover_off", {
|
||||
description = "Insulated Crossover",
|
||||
drawtype = "nodebox",
|
||||
tiles = {"jeija_insulated_wire_sides_off.png"},
|
||||
tiles = {
|
||||
"jeija_insulated_wire_crossing_tb_off.png",
|
||||
"jeija_insulated_wire_crossing_tb_off.png",
|
||||
"jeija_insulated_wire_ends_off.png"
|
||||
},
|
||||
paramtype = "light",
|
||||
walkable = false,
|
||||
stack_max = 99,
|
||||
@ -50,7 +54,14 @@ minetest.register_node("mesecons_extrawires:crossover_01", {
|
||||
description = "You hacker you!",
|
||||
drop = "mesecons_extrawires:crossover_off",
|
||||
drawtype = "nodebox",
|
||||
tiles = {"default_dirt.png"},
|
||||
tiles = {
|
||||
"jeija_insulated_wire_crossing_tb_01.png",
|
||||
"jeija_insulated_wire_crossing_tb_01.png",
|
||||
"jeija_insulated_wire_ends_01x.png",
|
||||
"jeija_insulated_wire_ends_01x.png",
|
||||
"jeija_insulated_wire_ends_01z.png",
|
||||
"jeija_insulated_wire_ends_01z.png"
|
||||
},
|
||||
paramtype = "light",
|
||||
walkable = false,
|
||||
stack_max = 99,
|
||||
@ -79,7 +90,14 @@ minetest.register_node("mesecons_extrawires:crossover_10", {
|
||||
description = "You hacker you!",
|
||||
drop = "mesecons_extrawires:crossover_off",
|
||||
drawtype = "nodebox",
|
||||
tiles = {"default_stone.png"},
|
||||
tiles = {
|
||||
"jeija_insulated_wire_crossing_tb_10.png",
|
||||
"jeija_insulated_wire_crossing_tb_10.png",
|
||||
"jeija_insulated_wire_ends_10x.png",
|
||||
"jeija_insulated_wire_ends_10x.png",
|
||||
"jeija_insulated_wire_ends_10z.png",
|
||||
"jeija_insulated_wire_ends_10z.png"
|
||||
},
|
||||
paramtype = "light",
|
||||
walkable = false,
|
||||
stack_max = 99,
|
||||
@ -108,7 +126,14 @@ minetest.register_node("mesecons_extrawires:crossover_on", {
|
||||
description = "You hacker you!",
|
||||
drop = "mesecons_extrawires:crossover_off",
|
||||
drawtype = "nodebox",
|
||||
tiles = {"jeija_insulated_wire_sides_on.png"},
|
||||
tiles = {
|
||||
"jeija_insulated_wire_crossing_tb_on.png",
|
||||
"jeija_insulated_wire_crossing_tb_on.png",
|
||||
"jeija_insulated_wire_ends_on.png",
|
||||
"jeija_insulated_wire_ends_on.png",
|
||||
"jeija_insulated_wire_ends_on.png",
|
||||
"jeija_insulated_wire_ends_on.png"
|
||||
},
|
||||
paramtype = "light",
|
||||
walkable = false,
|
||||
stack_max = 99,
|
||||
|
Binary file not shown.
After ![]() (image error) Size: 305 B |
Binary file not shown.
After ![]() (image error) Size: 270 B |
Binary file not shown.
After ![]() (image error) Size: 293 B |
Binary file not shown.
After ![]() (image error) Size: 209 B |
BIN
mesecons_textures/textures/jeija_insulated_wire_ends_01x.png
Normal file
BIN
mesecons_textures/textures/jeija_insulated_wire_ends_01x.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 246 B |
BIN
mesecons_textures/textures/jeija_insulated_wire_ends_01z.png
Normal file
BIN
mesecons_textures/textures/jeija_insulated_wire_ends_01z.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 252 B |
BIN
mesecons_textures/textures/jeija_insulated_wire_ends_10x.png
Normal file
BIN
mesecons_textures/textures/jeija_insulated_wire_ends_10x.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 238 B |
BIN
mesecons_textures/textures/jeija_insulated_wire_ends_10z.png
Normal file
BIN
mesecons_textures/textures/jeija_insulated_wire_ends_10z.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 261 B |
Binary file not shown.
Before ![]() (image error) Size: 173 B After ![]() (image error) Size: 142 B ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 166 B After ![]() (image error) Size: 126 B ![]() ![]() |
Loading…
x
Reference in New Issue
Block a user