mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
fix dark bubble tail not being displayed correctly
This commit is contained in:
committed by
Forest Anderson
parent
e25c149955
commit
69cb03a6be
Binary file not shown.
Before Width: | Height: | Size: 225 B After Width: | Height: | Size: 197 B |
@ -259,7 +259,7 @@ impl<'a> Widget for Overhead<'a> {
|
|||||||
} else {
|
} else {
|
||||||
self.imgs.speech_bubble_tail
|
self.imgs.speech_bubble_tail
|
||||||
})
|
})
|
||||||
.w_h(22.0, 28.0)
|
.w_h(22.0, 13.0)
|
||||||
.mid_bottom_with_margin_on(state.ids.speech_bubble_text, -32.0)
|
.mid_bottom_with_margin_on(state.ids.speech_bubble_text, -32.0)
|
||||||
.parent(id)
|
.parent(id)
|
||||||
.set(state.ids.speech_bubble_tail, ui);
|
.set(state.ids.speech_bubble_tail, ui);
|
||||||
|
Reference in New Issue
Block a user