mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
map icon fix & set difficulty indicator to 2
This commit is contained in:
parent
07afecfcd1
commit
0ba58d8785
BIN
assets/voxygen/element/ui/map/buttons/adlet_hover.png
(Stored with Git LFS)
BIN
assets/voxygen/element/ui/map/buttons/adlet_hover.png
(Stored with Git LFS)
Binary file not shown.
@ -951,7 +951,7 @@ impl<'a> Widget for Map<'a> {
|
||||
SiteKind::Gnarling => (Some(0), i18n.get_msg("hud-map-gnarling")),
|
||||
SiteKind::ChapelSite => (Some(3), i18n.get_msg("hud-map-chapel_site")),
|
||||
SiteKind::Bridge => (None, i18n.get_msg("hud-map-bridge")),
|
||||
SiteKind::Adlet => (Some(0), i18n.get_msg("hud-map-adlet")),
|
||||
SiteKind::Adlet => (Some(1), i18n.get_msg("hud-map-adlet")),
|
||||
};
|
||||
let desc = desc.into_owned() + &get_site_economy(site_rich);
|
||||
let site_btn = Button::image(match &site.kind {
|
||||
|
Loading…
Reference in New Issue
Block a user