forked from VoxeLibre/VoxeLibre
Fix torch selectionbox
This commit is contained in:
parent
e06b08b23e
commit
944c97e744
|
@ -96,7 +96,7 @@ mcl_torches.register_torch = function(substring, description, icon, mesh_floor,
|
||||||
type = "wallmounted",
|
type = "wallmounted",
|
||||||
wall_top = {-0.1, -0.1, -0.1, 0.1, 0.5, 0.1},
|
wall_top = {-0.1, -0.1, -0.1, 0.1, 0.5, 0.1},
|
||||||
wall_bottom = {-0.1, -0.5, -0.1, 0.1, 0.1, 0.1},
|
wall_bottom = {-0.1, -0.5, -0.1, 0.1, 0.1, 0.1},
|
||||||
wall_side = {-0.5, -0.3, -0.1, -0.2, 0.3, 0.1},
|
wall_side = {-0.5, -0.5, -0.1, -0.2, 0.1, 0.1},
|
||||||
},
|
},
|
||||||
sounds = sounds,
|
sounds = sounds,
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue