Fixed apple sprite offset

This commit is contained in:
Joshua Barretto 2023-02-09 16:15:46 +00:00
parent 0d0b7a8889
commit de1c961141
2 changed files with 2 additions and 2 deletions

View File

@ -791,7 +791,7 @@
),
Apple: (
bone0: (
offset: (-5.5, -5.5, 0.0),
offset: (-3.5, -3.5, 0.0),
central: ("sprite.fruit.apple"),
),
bone1: (

View File

@ -496,7 +496,7 @@ Apple: Some((
variations: [
(
model: "voxygen.voxel.sprite.fruit.apple",
offset: (-4.0, -4.0, 2.0),
offset: (-3.5, -3.5, 0.0),
lod_axes: (1.0, 1.0, 1.0),
),
],