asset update and import

Former-commit-id: 43f616f166c3df87a19f0eca80a65f7a3c0e374c
This commit is contained in:
Pfauenauge90 2019-05-09 20:08:11 +02:00 committed by Imbris
parent bd23732c74
commit 657bba06e9
3 changed files with 6 additions and 6 deletions

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)

Binary file not shown.

View File

@ -29,7 +29,7 @@ widget_ids! {
tab_small_open, tab_small_open,
tab_small_closed, tab_small_closed,
xp_charwindow, xp_charwindow,
divider_1, divider,
head_bg, head_bg,
shoulders_bg, shoulders_bg,
hands_bg, hands_bg,
@ -319,7 +319,7 @@ impl<'a> Widget for CharacterWindow<'a> {
Image::new(self.imgs.divider) Image::new(self.imgs.divider)
.w_h(38.0 * 4.0, 5.0 * 4.0) .w_h(38.0 * 4.0, 5.0 * 4.0)
.mid_top_with_margin_on(state.charwindow_tab1_exp, 30.0) .mid_top_with_margin_on(state.charwindow_tab1_exp, 30.0)
.set(state.divider_1, ui); .set(state.divider, ui);
// Stats // Stats
Text::new( Text::new(