mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'Quibble/seashells-quickfix' into 'master'
Add missing seashells to the sprite manifest Closes #1019 See merge request veloren/veloren!1990
This commit is contained in:
commit
2bfbdf74e3
@ -2676,6 +2676,22 @@ Seagrass: Some((
|
||||
],
|
||||
wind_sway: 0.7,
|
||||
)),
|
||||
// Seashells
|
||||
Seashells: Some((
|
||||
variations: [
|
||||
(
|
||||
model: "voxygen.voxel.sprite.seashells.shell-0",
|
||||
offset: (-4.5, -5.5, 0.0),
|
||||
lod_axes: (1.0, 1.0, 1.0),
|
||||
),
|
||||
(
|
||||
model: "voxygen.voxel.sprite.seashells.shell-1",
|
||||
offset: (-4.5, -5.5, 0.0),
|
||||
lod_axes: (1.0, 1.0, 1.0),
|
||||
),
|
||||
],
|
||||
wind_sway: 0.0,
|
||||
)),
|
||||
// Underwater Mud Piles
|
||||
Mud: Some((
|
||||
variations: [
|
||||
|
Loading…
Reference in New Issue
Block a user