mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Rebase fixes and changelog
This commit is contained in:
parent
ca070f7ae8
commit
20a8788eee
@ -49,6 +49,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- Airships can now have sprites, which can be interacted with.
|
- Airships can now have sprites, which can be interacted with.
|
||||||
- Some sprites can be sat on.
|
- Some sprites can be sat on.
|
||||||
- Pet birds can now sit on the player's shoulder as they explore the world.
|
- Pet birds can now sit on the player's shoulder as they explore the world.
|
||||||
|
- Adlet caves
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
@ -657,11 +657,11 @@ impl SpriteKind {
|
|||||||
| SpriteKind::Gravestone
|
| SpriteKind::Gravestone
|
||||||
| SpriteKind::MagicalBarrier
|
| SpriteKind::MagicalBarrier
|
||||||
| SpriteKind::Helm
|
| SpriteKind::Helm
|
||||||
| SpriteKind::DoorWide,
|
| SpriteKind::DoorWide
|
||||||
| SpriteKind::BoneKeyhole
|
| SpriteKind::BoneKeyhole
|
||||||
| SpriteKind::BoneKeyDoor
|
| SpriteKind::BoneKeyDoor
|
||||||
| SpriteKind::IceCrystal
|
| SpriteKind::IceCrystal
|
||||||
| SpriteKind::GlowIceCrystal
|
| SpriteKind::GlowIceCrystal,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -618,6 +618,7 @@ fn mount_point(body: &Body) -> Vec3<f32> {
|
|||||||
(Huskbrute, _) => (0.0, 3.0, 3.0),
|
(Huskbrute, _) => (0.0, 3.0, 3.0),
|
||||||
(Tursus, _) => (0.0, 2.0, 3.0),
|
(Tursus, _) => (0.0, 2.0, 3.0),
|
||||||
(Gigasfrost, _) => (1.0, 2.0, 4.0),
|
(Gigasfrost, _) => (1.0, 2.0, 4.0),
|
||||||
|
(AdletElder, _) => (0.0, 0.0, -1.0),
|
||||||
}
|
}
|
||||||
.into()
|
.into()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user