bow position

This commit is contained in:
Pfauenauge 2019-09-16 20:18:54 +02:00 committed by timokoesters
parent 9c974232ae
commit 8bf3b87b1b
No known key found for this signature in database
GPG Key ID: CD80BE9AAEE78097
2 changed files with 1 additions and 1 deletions

View File

@ -357,7 +357,7 @@ pub fn mesh_main(item: Option<&Item>) -> Mesh<FigurePipeline> {
Tool::Hammer => ("weapon.hammer.rusty_2h", Vec3::new(-2.5, -5.5, -4.0)),
Tool::Daggers => ("weapon.hammer.rusty_2h", Vec3::new(-2.5, -5.5, -4.0)),
Tool::SwordShield => ("weapon.axe.rusty_2h", Vec3::new(-2.5, -6.5, -2.0)),
Tool::Bow => ("weapon.bow.simple-bow", Vec3::new(-2.5, -5.5, -4.0)),
Tool::Bow => ("weapon.bow.simple-bow", Vec3::new(0.0, -5.5, 2.0)),
Tool::Staff => ("weapon.axe.rusty_2h", Vec3::new(-2.5, -6.5, -2.0)),
},
Item::Debug(_) => ("weapon.debug_wand", Vec3::new(-1.5, -9.5, -4.0)),