Telephone : nodeboxes cleaning.

Telephone : nodeboxes cleaning.
This commit is contained in:
kilbith 2014-09-07 15:49:05 +02:00 committed by Vanessa Ezekowitz
parent 29b2c262e5
commit 2ea0800cea
1 changed files with 17 additions and 18 deletions

View File

@ -148,27 +148,26 @@ minetest.register_node("homedecor:telephone", {
node_box = {
type = "fixed",
fixed = {
{-0.1875, -0.5, -0.1875, 0.1875, -0.4375, 0.1875}, -- NodeBox1
{-0.125, -0.5, -0.130, 0.125, -0.375, 0.1875}, -- NodeBox2
{-0.0625, -0.5, -0.0625, 0.0625, -0.3125, 0.1875}, -- NodeBox3
{0.0331951, -0.375, 0, 0.0625, -0.223757, 0.125}, -- NodeBox4
{-0.0625, -0.375, 0, -0.033195, -0.223757, 0.125}, -- NodeBox5
{-0.207469, -0.25, 0.0374656, 0.207469, -0.1875, 0.0873276}, -- NodeBox6
{0.125, -0.3125, 0, 0.25, -0.25, 0.125}, -- NodeBox7
{-0.25, -0.3125, 0, -0.125, -0.25, 0.125}, -- NodeBox8
{-0.0912863, -0.5, -0.0955001, 0.0995851, -0.339779, 0.1875}, -- NodeBox9
{-0.157676, -0.5, -0.161983, 0.157676, -0.406077, 0.1875}, -- NodeBox10
{0.124481, -0.290055, 0.0208449, 0.232365, -0.21547, 0.103948}, -- NodeBox11
{-0.232365, -0.290055, 0.0208449, -0.124481, -0.21547, 0.103948}, -- NodeBox12
{-0.174274, -0.472376, -0.174604, 0.174274, -0.422652, 0.187541}, -- NodeBox13
{-0.141079, -0.430939, -0.145079, 0.141079, -0.389503, 0.187521}, -- NodeBox14
{-0.107884, -0.389503, -0.114121, 0.112183, -0.356354, 0.187552}, -- NodeBox15
{-0.0756888, -0.344917, 0.187571, 0.085884, -0.321492, -0.0793901}, -- NodeBox16
{-0.1875, -0.5, -0.1875, 0.1875, -0.4375, 0.15}, -- NodeBox1
{-0.125, -0.5, -0.130, 0.125, -0.3675, 0.15}, -- NodeBox2
{-0.175, -0.4375, -0.175, 0.175, -0.42, 0.15}, -- NodeBox3
{-0.16, -0.42, -0.16, 0.16, -0.4025, 0.15}, -- NodeBox4
{-0.145, -0.4025, -0.145, 0.145, -0.385, 0.15}, -- NodeBox5
{-0.11, -0.385, -0.115, 0.11, -0.35, 0.15}, -- NodeBox6
{-0.095, -0.5, -0.1, 0.095, -0.3325, 0.15}, -- NodeBox7
{-0.075, -0.345, 0.15, 0.075, -0.32, -0.075}, -- NodeBox8
{0.04, -0.375, 0.0125, 0.0625, -0.23, 0.11}, -- NodeBox9
{-0.0625, -0.375, 0.0125, -0.04, -0.23, 0.11}, -- NodeBox10
{-0.2075, -0.25, 0.0375, 0.2075, -0.21, 0.0875}, -- NodeBox11
{0.125, -0.3, 0, 0.25, -0.25, 0.125}, -- NodeBox12
{-0.25, -0.3, 0, -0.125, -0.25, 0.125}, -- NodeBox13
{0.125, -0.275, 0.017, 0.23, -0.225, 0.11}, -- NodeBox14
{-0.23, -0.275, 0.017, -0.125, -0.225, 0.11}, -- NodeBox15
}
},
selection_box = {
type = "fixed",
fixed = { -0.25, -0.5, -0.1875, 0.25, -0.1875, 0.1875 }
}
fixed = { -0.25, -0.5, -0.1875, 0.25, -0.21, 0.15 }
}
})