Fix selection box

master
Jean-Patrick Guerrero 2021-02-28 22:46:22 +01:00
parent cd94b34bd0
commit ad32890bb2
2 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
┌──────────────────────────────────────────────────────────────────────┐
│ Copyright (c) 2015-2017 kilbith <jeanpatrick.guerrero@gmail.com> │
│ Copyright (c) 2015-2021 kilbith <jeanpatrick.guerrero@gmail.com> │
│ │
│ Code: BSD │
│ Textures: WTFPL (credits: Gambit, kilbith, Cisoun) │
│ 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: │
│ - xdecor_boiling_water.ogg - by Audionautics - CC BY-SA │
│ freesound.org/people/Audionautics/sounds/133901/ │

View File

@ -153,7 +153,7 @@ xdecor.register("candle", {
},
selection_box = {
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_side = {-0.5, -0.35, -0.15, -0.15, 0.4, 0.15}
}