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:
parent
2d2aba3a5d
commit
0969c236d6
BIN
assets/voxygen/element/frames/bubble_dark/tail.png
(Stored with Git LFS)
BIN
assets/voxygen/element/frames/bubble_dark/tail.png
(Stored with Git LFS)
Binary file not shown.
@ -259,7 +259,7 @@ impl<'a> Widget for Overhead<'a> {
|
||||
} else {
|
||||
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)
|
||||
.parent(id)
|
||||
.set(state.ids.speech_bubble_tail, ui);
|
||||
|
Loading…
Reference in New Issue
Block a user