mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
asset update and import
Former-commit-id: 43f616f166c3df87a19f0eca80a65f7a3c0e374c
This commit is contained in:
parent
bd23732c74
commit
657bba06e9
BIN
assets/voxygen/element/frames/tab_bg.vox
(Stored with Git LFS)
BIN
assets/voxygen/element/frames/tab_bg.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/element/frames/window_3.vox
(Stored with Git LFS)
BIN
assets/voxygen/element/frames/window_3.vox
(Stored with Git LFS)
Binary file not shown.
@ -29,7 +29,7 @@ widget_ids! {
|
||||
tab_small_open,
|
||||
tab_small_closed,
|
||||
xp_charwindow,
|
||||
divider_1,
|
||||
divider,
|
||||
head_bg,
|
||||
shoulders_bg,
|
||||
hands_bg,
|
||||
@ -319,7 +319,7 @@ impl<'a> Widget for CharacterWindow<'a> {
|
||||
Image::new(self.imgs.divider)
|
||||
.w_h(38.0 * 4.0, 5.0 * 4.0)
|
||||
.mid_top_with_margin_on(state.charwindow_tab1_exp, 30.0)
|
||||
.set(state.divider_1, ui);
|
||||
.set(state.divider, ui);
|
||||
|
||||
// Stats
|
||||
Text::new(
|
||||
|
Loading…
Reference in New Issue
Block a user