tweak nodebox again...
This commit is contained in:
parent
5dc6a58c29
commit
c0dd1951f3
@ -5,13 +5,13 @@ NAME test
|
||||
NODE node1
|
||||
POSITION 0 0 0
|
||||
NODEBOX nodebox1 -0.1875 -0.5 0.5 0.1875 0.5 0.75
|
||||
NODEBOX nodebox2 -0.03125 0.375 0.3125 0.03125 0.4375 0.5
|
||||
NODEBOX nodebox3 -0.03125 0.0625 0.3125 0.03125 0.125 0.5
|
||||
NODEBOX nodebox4 -0.03125 -0.25 0.3125 0.03125 -0.1875 0.5
|
||||
NODEBOX nodebox2 -0.0625 0.375 0.3125 0.0625 0.4375 0.5
|
||||
NODEBOX nodebox3 -0.0625 0.0625 0.3125 0.0625 0.125 0.5
|
||||
NODEBOX nodebox4 -0.0625 -0.25 0.3125 0.0625 -0.1875 0.5
|
||||
NODEBOX nodebox5 0.03125 0.3125 0.3125 0.09375 0.38 0.5
|
||||
NODEBOX nodebox6 -0.09375 0.3125 0.3125 -0.03125 0.375 0.5
|
||||
NODEBOX nodebox7 0.03125 0.00 0.3125 0.09375 0.0625 0.5
|
||||
NODEBOX nodebox8 -0.09375 0.00 0.3125 -0.03125 0.0625 0.5
|
||||
NODEBOX nodebox7 0.03125 0 0.3125 0.09375 0.0625 0.5
|
||||
NODEBOX nodebox8 -0.09375 0 0.3125 -0.03125 0.0625 0.5
|
||||
NODEBOX nodebox9 0.03125 -0.3125 0.3125 0.09375 -0.25 0.5
|
||||
NODEBOX nodebox10 -0.09375 -0.3125 0.3125 -0.03125 -0.25 0.5
|
||||
END NODE
|
Binary file not shown.
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 312 B |
BIN
streetsmod/textures/streets_trafficlight_template - Kopie.png
Normal file
BIN
streetsmod/textures/streets_trafficlight_template - Kopie.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 312 B |
@ -11,16 +11,17 @@ minetest.register_node(":streets:trafficlight_top_off",{
|
||||
node_box = {
|
||||
type = "fixed",
|
||||
fixed = {
|
||||
--[[ Thank you, rubenwardy, for your awesome NodeboxEditor! Not perfect, but still great! ]]
|
||||
{-0.1875,-0.5,0.5,0.1875,0.5,0.75}, --nodebox1
|
||||
{-0.03125,0.375,0.3125,0.03125,0.4375,0.5}, --nodebox2
|
||||
{-0.03125,0.0625,0.3125,0.03125,0.125,0.5}, --nodebox3
|
||||
{-0.03125,-0.25,0.3125,0.03125,-0.1875,0.5}, --nodebox4
|
||||
{0.03125,0.3125,0.3125,0.09375,0.38,0.5}, --nodebox5
|
||||
{-0.09375,0.3125,0.3125,-0.03125,0.375,0.5}, --nodebox6
|
||||
{0.03125,0.00,0.3125,0.09375,0.0625,0.5}, --nodebox7
|
||||
{-0.09375,0.00,0.3125,-0.03125,0.0625,0.5}, --nodebox8
|
||||
{0.03125,-0.3125,0.3125,0.09375,-0.25,0.5}, --nodebox9
|
||||
{-0.09375,-0.3125,0.3125,-0.03125,-0.25,0.5}, --nodebox10
|
||||
{-0.0625,0.375,0.3125,0.0625,0.4375,0.5}, --nodebox2
|
||||
{-0.0625,0.0625,0.3125,0.0625,0.125,0.5}, --nodebox3
|
||||
{-0.0625,-0.25,0.3125,0.0625,-0.1875,0.5}, --nodebox4
|
||||
{0.0625,0.3125,0.3125,0.125,0.375,0.5}, --nodebox5
|
||||
{-0.125,0.3125,0.3125,-0.0625,0.375,0.5}, --nodebox6
|
||||
{0.0625,0,0.3125,0.125,0.0625,0.5}, --nodebox7
|
||||
{-0.125,0,0.3125,-0.0625,0.0625,0.5}, --nodebox8
|
||||
{0.0625,-0.3125,0.3125,0.125,-0.25,0.5}, --nodebox9
|
||||
{-0.125,-0.3125,0.3125,-0.0625,-0.25,0.5}, --nodebox10
|
||||
}
|
||||
},
|
||||
tiles = {"streets_tl_bg.png","streets_tl_bg.png","streets_tl_bg.png","streets_tl_bg.png","streets_tl_bg.png","streets_trafficlight_template.png"},
|
||||
|
Loading…
x
Reference in New Issue
Block a user