Made node box a bit bigger for better visibility
This commit is contained in:
parent
ed25a62185
commit
95d45d7e62
10
init.lua
10
init.lua
|
@ -144,17 +144,17 @@ end
|
|||
arrow_signs.nodebox = {
|
||||
type = "fixed",
|
||||
fixed = {
|
||||
{ 0.25, -0.25, 0.5, -0.25, 0.5, 0.47},
|
||||
{ 0.1875, -0.3125, 0.5, -0.1875, -0.25, 0.47},
|
||||
{ 0.125, -0.3125, 0.5, -0.125, -0.375, 0.47},
|
||||
{ 0.0625, -0.375, 0.5, -0.0625, -0.437, 0.47}
|
||||
{ 0.25, -0.25, 0.4375, -0.25, 0.5, 0.5},
|
||||
{ 0.1875, -0.3125, 0.4375, -0.1875, -0.25, 0.5},
|
||||
{ 0.125, -0.3125, 0.4375, -0.125, -0.375, 0.5},
|
||||
{ 0.0625, -0.375, 0.4375, -0.0625, -0.437, 0.5}
|
||||
}
|
||||
}
|
||||
|
||||
arrow_signs.selection_box = {
|
||||
type = "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}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user