Skip to content

Commit

Permalink
fix nodeboxes of double- and offset pane
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed Sep 11, 2020
1 parent 6492d31 commit b54333d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions octagon_panes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ local function register(basename, description, texture)
is_ground_content = false,
node_box = {
type = "fixed",
fixed = {{-0.5, -0.5, 0, 0.5, 1.5, 0}},
fixed = {{-0.5, -0.5, -0.03125, 0.5, 1.5, 0.03125}},
},
selection_box = {
type = "fixed",
Expand All @@ -69,7 +69,7 @@ local function register(basename, description, texture)
is_ground_content = false,
node_box = {
type = "fixed",
fixed = {{-0.5, -0.5, 1, 0.5, 0.5, 1}},
fixed = {{-0.5, -0.5, 0.96875, 0.5, 0.5, 1.03125}},
},
selection_box = {
type = "fixed",
Expand Down

0 comments on commit b54333d

Please sign in to comment.