Fix selection box
This commit is contained in:
parent
cd94b34bd0
commit
ad32890bb2
4
LICENSE
4
LICENSE
@ -1,10 +1,10 @@
|
|||||||
┌──────────────────────────────────────────────────────────────────────┐
|
┌──────────────────────────────────────────────────────────────────────┐
|
||||||
│ Copyright (c) 2015-2017 kilbith <jeanpatrick.guerrero@gmail.com> │
|
│ Copyright (c) 2015-2021 kilbith <jeanpatrick.guerrero@gmail.com> │
|
||||||
│ │
|
│ │
|
||||||
│ Code: BSD │
|
│ Code: BSD │
|
||||||
│ Textures: WTFPL (credits: Gambit, kilbith, Cisoun) │
|
│ Textures: WTFPL (credits: Gambit, kilbith, Cisoun) │
|
||||||
│ Textures (radio, speaker, hanging candle, rooster) by │
|
│ Textures (radio, speaker, hanging candle, rooster) by │
|
||||||
gigomaf <bartiko2@poczta.fm> (CC BY-NC 3.0) │
|
│ gigomaf <bartiko2@poczta.fm> (CC BY-NC 3.0) │
|
||||||
│ Sounds: │
|
│ Sounds: │
|
||||||
│ - xdecor_boiling_water.ogg - by Audionautics - CC BY-SA │
|
│ - xdecor_boiling_water.ogg - by Audionautics - CC BY-SA │
|
||||||
│ freesound.org/people/Audionautics/sounds/133901/ │
|
│ freesound.org/people/Audionautics/sounds/133901/ │
|
||||||
|
@ -153,7 +153,7 @@ xdecor.register("candle", {
|
|||||||
},
|
},
|
||||||
selection_box = {
|
selection_box = {
|
||||||
type = "wallmounted",
|
type = "wallmounted",
|
||||||
wall_top = {-0.25, -0.5, -0.25, 0.25, 0.1, 0.25},
|
wall_top = {-0.25, -0.3, -0.25, 0.25, 0.5, 0.25},
|
||||||
wall_bottom = {-0.25, -0.5, -0.25, 0.25, 0.1, 0.25},
|
wall_bottom = {-0.25, -0.5, -0.25, 0.25, 0.1, 0.25},
|
||||||
wall_side = {-0.5, -0.35, -0.15, -0.15, 0.4, 0.15}
|
wall_side = {-0.5, -0.35, -0.15, -0.15, 0.4, 0.15}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user