mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Format 'buffs' file
This commit is contained in:
parent
7c48e11cd0
commit
37eba078f9
@ -397,7 +397,13 @@ impl<'a> BuffsBar<'a> {
|
|||||||
if Button::image(self.get_duration_image(duration_percentage))
|
if Button::image(self.get_duration_image(duration_percentage))
|
||||||
.w_h(40.0, 40.0)
|
.w_h(40.0, 40.0)
|
||||||
.middle_of(*id)
|
.middle_of(*id)
|
||||||
.with_tooltip(self.tooltip_manager, title, &desc, &buffs_tooltip, BUFF_COLOR)
|
.with_tooltip(
|
||||||
|
self.tooltip_manager,
|
||||||
|
title,
|
||||||
|
&desc,
|
||||||
|
&buffs_tooltip,
|
||||||
|
BUFF_COLOR,
|
||||||
|
)
|
||||||
.set(*timer_id, ui)
|
.set(*timer_id, ui)
|
||||||
.was_clicked()
|
.was_clicked()
|
||||||
{
|
{
|
||||||
@ -472,7 +478,13 @@ impl<'a> BuffsBar<'a> {
|
|||||||
Image::new(self.get_duration_image(duration_percentage))
|
Image::new(self.get_duration_image(duration_percentage))
|
||||||
.w_h(40.0, 40.0)
|
.w_h(40.0, 40.0)
|
||||||
.middle_of(*id)
|
.middle_of(*id)
|
||||||
.with_tooltip(self.tooltip_manager, title, &desc, &buffs_tooltip, DEBUFF_COLOR)
|
.with_tooltip(
|
||||||
|
self.tooltip_manager,
|
||||||
|
title,
|
||||||
|
&desc,
|
||||||
|
&buffs_tooltip,
|
||||||
|
DEBUFF_COLOR,
|
||||||
|
)
|
||||||
.set(*timer_id, ui);
|
.set(*timer_id, ui);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user