mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Buff icon
This commit is contained in:
parent
531c38c3ad
commit
6ab4e2264e
BIN
assets/voxygen/element/icons/de_buffs/buff_invincibility_0.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/icons/de_buffs/buff_invincibility_0.png
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -447,6 +447,7 @@ image_ids! {
|
|||||||
buff_campfire_heal_0: "voxygen.element.icons.de_buffs.buff_campfire_heal_0",
|
buff_campfire_heal_0: "voxygen.element.icons.de_buffs.buff_campfire_heal_0",
|
||||||
buff_energyplus_0: "voxygen.element.icons.de_buffs.buff_energyplus_0",
|
buff_energyplus_0: "voxygen.element.icons.de_buffs.buff_energyplus_0",
|
||||||
buff_healthplus_0: "voxygen.element.icons.de_buffs.buff_healthplus_0",
|
buff_healthplus_0: "voxygen.element.icons.de_buffs.buff_healthplus_0",
|
||||||
|
buff_invincibility_0: "voxygen.element.icons.de_buffs.buff_invincibility_0",
|
||||||
|
|
||||||
// Debuffs
|
// Debuffs
|
||||||
debuff_skull_0: "voxygen.element.icons.de_buffs.debuff_skull_0",
|
debuff_skull_0: "voxygen.element.icons.de_buffs.debuff_skull_0",
|
||||||
|
@ -3180,8 +3180,7 @@ pub fn get_buff_image(buff: BuffKind, imgs: &Imgs) -> conrod_core::image::Id {
|
|||||||
BuffKind::CampfireHeal { .. } => imgs.buff_campfire_heal_0,
|
BuffKind::CampfireHeal { .. } => imgs.buff_campfire_heal_0,
|
||||||
BuffKind::IncreaseMaxEnergy { .. } => imgs.buff_energyplus_0,
|
BuffKind::IncreaseMaxEnergy { .. } => imgs.buff_energyplus_0,
|
||||||
BuffKind::IncreaseMaxHealth { .. } => imgs.buff_healthplus_0,
|
BuffKind::IncreaseMaxHealth { .. } => imgs.buff_healthplus_0,
|
||||||
// TODO: Before merge replace with actual icon
|
BuffKind::Invulnerability => imgs.buff_invincibility_0,
|
||||||
BuffKind::Invulnerability => imgs.buff_plus_0,
|
|
||||||
// Debuffs
|
// Debuffs
|
||||||
BuffKind::Bleeding { .. } => imgs.debuff_bleed_0,
|
BuffKind::Bleeding { .. } => imgs.debuff_bleed_0,
|
||||||
BuffKind::Cursed { .. } => imgs.debuff_skull_0,
|
BuffKind::Cursed { .. } => imgs.debuff_skull_0,
|
||||||
|
Loading…
Reference in New Issue
Block a user