Skip to content
This repository was archived by the owner on Aug 9, 2023. It is now read-only.

Commit 92bbe77

Browse files
committed
Fix selection box
1 parent cd94b34 commit 92bbe77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
│ Code: BSD │
55
│ Textures: WTFPL (credits: Gambit, kilbith, Cisoun) │
66
│ Textures (radio, speaker, hanging candle, rooster) by │
7-
gigomaf <[email protected]> (CC BY-NC 3.0)
7+
gigomaf <[email protected]> (CC BY-NC 3.0) │
88
│ Sounds: │
99
│ - xdecor_boiling_water.ogg - by Audionautics - CC BY-SA │
1010
│ freesound.org/people/Audionautics/sounds/133901/ │

src/nodes.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ xdecor.register("candle", {
153153
},
154154
selection_box = {
155155
type = "wallmounted",
156-
wall_top = {-0.25, -0.5, -0.25, 0.25, 0.1, 0.25},
156+
wall_top = {-0.25, -0.3, -0.25, 0.25, 0.5, 0.25},
157157
wall_bottom = {-0.25, -0.5, -0.25, 0.25, 0.1, 0.25},
158158
wall_side = {-0.5, -0.35, -0.15, -0.15, 0.4, 0.15}
159159
}

0 commit comments

Comments
 (0)