Merge branch 'burnpot-model' into 'master'

New bed and door sprites

See merge request veloren/veloren!4184
This commit is contained in:
maxicarlos08 2024-01-25 21:12:36 +00:00
commit 880e9044d5
5 changed files with 7 additions and 7 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -2013,7 +2013,7 @@ Bed: Some((
variations: [
(
model: "voxygen.voxel.sprite.furniture.bed-0",
offset: (-9.5, -14.5, 0.0),
offset: (-9.0, -13.5, 0.0),
lod_axes: (1.0, 1.0, 1.0),
),
],

View File

@ -423,7 +423,7 @@ impl SpriteKind {
SpriteKind::Carrot => 0.18,
SpriteKind::Radish => 0.18,
SpriteKind::FireBowlGround => 0.55,
SpriteKind::Bed => 1.54,
SpriteKind::Bed => 0.72,
SpriteKind::Bench => 0.5,
SpriteKind::ChairSingle => 0.5,
SpriteKind::ChairDouble => 0.5,