mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Fixed apple sprite offset
This commit is contained in:
parent
0d0b7a8889
commit
de1c961141
@ -791,7 +791,7 @@
|
|||||||
),
|
),
|
||||||
Apple: (
|
Apple: (
|
||||||
bone0: (
|
bone0: (
|
||||||
offset: (-5.5, -5.5, 0.0),
|
offset: (-3.5, -3.5, 0.0),
|
||||||
central: ("sprite.fruit.apple"),
|
central: ("sprite.fruit.apple"),
|
||||||
),
|
),
|
||||||
bone1: (
|
bone1: (
|
||||||
|
@ -496,7 +496,7 @@ Apple: Some((
|
|||||||
variations: [
|
variations: [
|
||||||
(
|
(
|
||||||
model: "voxygen.voxel.sprite.fruit.apple",
|
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),
|
lod_axes: (1.0, 1.0, 1.0),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user