update trafficlight nodebox to fit into 64px texture, again
This commit is contained in:
parent
616e8e7c11
commit
99dce9c5be
Binary file not shown.
Before Width: | Height: | Size: 470 B After Width: | Height: | Size: 312 B |
@ -11,15 +11,15 @@ minetest.register_node(":streets:trafficlight_top_off",{
|
||||
type = "fixed",
|
||||
fixed = {
|
||||
{-0.1875,-0.5,0.5,0.1875,0.5,0.75}, --nodebox1
|
||||
{-0.05,0.375,0.32,0.05,0.429368,0.51}, --nodebox2
|
||||
{-0.05,0.0625,0.32,0.05,0.125,0.51}, --nodebox3
|
||||
{-0.05,-0.25,0.32,0.05,-0.1875,0.51}, --nodebox4
|
||||
{0.05,0.32,0.32,0.1,0.38,0.5}, --nodebox5
|
||||
{-0.1,0.32,0.32,-0.05,0.38,0.5}, --nodebox6
|
||||
{0.05,0.001,0.32,0.1,0.06,0.5}, --nodebox7
|
||||
{-0.1,0.001,0.32,-0.05,0.06,0.5}, --nodebox8
|
||||
{0.05,-0.31,0.32,0.1,-0.25,0.5}, --nodebox9
|
||||
{-0.1,-0.31,0.32,-0.05,-0.25,0.5}, --nodebox10
|
||||
{-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.001,0.3125,0.09375,0.06,0.5}, --nodebox7
|
||||
{-0.09375,0.001,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
|
||||
}
|
||||
},
|
||||
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