mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Add icon to stealth stat in Bag UI.
- Thanks to Toaster for making the icon.
This commit is contained in:
parent
916d1d03f8
commit
63f829be66
BIN
assets/voxygen/element/ui/bag/icons/stealth_rating.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/ui/bag/icons/stealth_rating.png
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -925,8 +925,7 @@ impl<'a> Widget for Bag<'a> {
|
|||||||
"Combat Rating" => self.imgs.combat_rating_ico,
|
"Combat Rating" => self.imgs.combat_rating_ico,
|
||||||
"Protection" => self.imgs.protection_ico,
|
"Protection" => self.imgs.protection_ico,
|
||||||
"Stun Resilience" => self.imgs.stun_res_ico,
|
"Stun Resilience" => self.imgs.stun_res_ico,
|
||||||
// FIXME: Add icon.
|
"Stealth (Items)" => self.imgs.stealth_rating_ico,
|
||||||
// "Stealth (Items)" => self.imgs.stealth_ico,
|
|
||||||
_ => self.imgs.nothing,
|
_ => self.imgs.nothing,
|
||||||
})
|
})
|
||||||
.w_h(20.0, 20.0)
|
.w_h(20.0, 20.0)
|
||||||
|
@ -521,6 +521,7 @@ image_ids! {
|
|||||||
stun_res_ico: "voxygen.element.ui.bag.icons.stun_res",
|
stun_res_ico: "voxygen.element.ui.bag.icons.stun_res",
|
||||||
combat_rating_ico: "voxygen.element.ui.bag.icons.combat_rating",
|
combat_rating_ico: "voxygen.element.ui.bag.icons.combat_rating",
|
||||||
combat_rating_ico_shadow: "voxygen.element.ui.bag.icons.combat_rating_shadow",
|
combat_rating_ico_shadow: "voxygen.element.ui.bag.icons.combat_rating_shadow",
|
||||||
|
stealth_rating_ico: "voxygen.element.ui.bag.icons.stealth_rating",
|
||||||
|
|
||||||
not_found: "voxygen.element.not_found",
|
not_found: "voxygen.element.not_found",
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user