mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
icons
This commit is contained in:
parent
f83c58498f
commit
a497fb92d3
BIN
assets/voxygen/element/icons/chat/broadcast_offline.png
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/element/icons/chat/broadcast_offline.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/element/icons/chat/broadcast_small.png
(Stored with Git LFS)
BIN
assets/voxygen/element/icons/chat/broadcast_small.png
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/element/icons/chat/faction.png
(Stored with Git LFS)
BIN
assets/voxygen/element/icons/chat/faction.png
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/element/icons/chat/faction_small.png
(Stored with Git LFS)
BIN
assets/voxygen/element/icons/chat/faction_small.png
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/element/icons/chat/group.png
(Stored with Git LFS)
BIN
assets/voxygen/element/icons/chat/group.png
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/element/icons/chat/group_small.png
(Stored with Git LFS)
BIN
assets/voxygen/element/icons/chat/group_small.png
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/element/icons/chat/kill_small.png
(Stored with Git LFS)
BIN
assets/voxygen/element/icons/chat/kill_small.png
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/element/icons/chat/private_small.png
(Stored with Git LFS)
BIN
assets/voxygen/element/icons/chat/private_small.png
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/element/icons/chat/say.png
(Stored with Git LFS)
BIN
assets/voxygen/element/icons/chat/say.png
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/element/icons/chat/say_small.png
(Stored with Git LFS)
BIN
assets/voxygen/element/icons/chat/say_small.png
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/element/icons/chat/tell.png
(Stored with Git LFS)
BIN
assets/voxygen/element/icons/chat/tell.png
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/element/icons/chat/tell_small.png
(Stored with Git LFS)
BIN
assets/voxygen/element/icons/chat/tell_small.png
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/element/icons/chat/world.png
(Stored with Git LFS)
BIN
assets/voxygen/element/icons/chat/world.png
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/element/icons/chat/world_small.png
(Stored with Git LFS)
BIN
assets/voxygen/element/icons/chat/world_small.png
(Stored with Git LFS)
Binary file not shown.
@ -108,12 +108,12 @@ impl ChatMsg {
|
||||
ChatType::Broadcast => SpeechBubbleType::None,
|
||||
ChatType::Private => SpeechBubbleType::None,
|
||||
ChatType::Kill => SpeechBubbleType::None,
|
||||
ChatType::Tell(_u, _) => SpeechBubbleType::None,
|
||||
ChatType::Say(_u) => SpeechBubbleType::None,
|
||||
ChatType::Group(_u, _s) => SpeechBubbleType::None,
|
||||
ChatType::Faction(_u, _s) => SpeechBubbleType::None,
|
||||
ChatType::Region(_u) => SpeechBubbleType::None,
|
||||
ChatType::World(_u) => SpeechBubbleType::None,
|
||||
ChatType::Tell(_u, _) => SpeechBubbleType::Tell,
|
||||
ChatType::Say(_u) => SpeechBubbleType::Say,
|
||||
ChatType::Group(_u, _s) => SpeechBubbleType::Group,
|
||||
ChatType::Faction(_u, _s) => SpeechBubbleType::Faction,
|
||||
ChatType::Region(_u) => SpeechBubbleType::Region,
|
||||
ChatType::World(_u) => SpeechBubbleType::World,
|
||||
ChatType::Npc(_u, _r) => SpeechBubbleType::None,
|
||||
}
|
||||
}
|
||||
|
@ -59,7 +59,7 @@ pub struct Overhead<'a> {
|
||||
voxygen_i18n: &'a std::sync::Arc<VoxygenLocalization>,
|
||||
imgs: &'a Imgs,
|
||||
fonts: &'a ConrodVoxygenFonts,
|
||||
bubble_type: &SpeechBubbleType,
|
||||
bubble_type: &'a SpeechBubbleType,
|
||||
#[conrod(common_builder)]
|
||||
common: widget::CommonBuilder,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user