Made node box a bit bigger for better visibility

This commit is contained in:
addi 2016-07-23 05:29:56 +02:00
parent ed25a62185
commit 95d45d7e62
1 changed files with 5 additions and 5 deletions

View File

@ -144,17 +144,17 @@ end
arrow_signs.nodebox = { arrow_signs.nodebox = {
type = "fixed", type = "fixed",
fixed = { fixed = {
{ 0.25, -0.25, 0.5, -0.25, 0.5, 0.47}, { 0.25, -0.25, 0.4375, -0.25, 0.5, 0.5},
{ 0.1875, -0.3125, 0.5, -0.1875, -0.25, 0.47}, { 0.1875, -0.3125, 0.4375, -0.1875, -0.25, 0.5},
{ 0.125, -0.3125, 0.5, -0.125, -0.375, 0.47}, { 0.125, -0.3125, 0.4375, -0.125, -0.375, 0.5},
{ 0.0625, -0.375, 0.5, -0.0625, -0.437, 0.47} { 0.0625, -0.375, 0.4375, -0.0625, -0.437, 0.5}
} }
} }
arrow_signs.selection_box = { arrow_signs.selection_box = {
type = "fixed", type = "fixed",
fixed = { fixed = {
{ 0.30, -0.5, 0.5, -0.30, 0.5, 0.47} { 0.30, -0.5, 0.4375, -0.30, 0.5, 0.5}
} }
} }