mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Fix velorite sprite offset
This commit is contained in:
parent
d523d31056
commit
4ec2798262
@ -716,7 +716,7 @@ Velorite: Some((
|
||||
variations: [
|
||||
(
|
||||
model: "voxygen.voxel.sprite.velorite.velorite_ore",
|
||||
offset: (-5.0, -5.0, -5.0),
|
||||
offset: (-5.0, -5.0, 0.0),
|
||||
lod_axes: (1.0, 1.0, 1.0),
|
||||
),
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user