asset update and import

Former-commit-id: 455500aac3d82e2920bc02c6846ceb815122bb7d
This commit is contained in:
Pfauenauge90 2019-05-09 20:08:11 +02:00 committed by Imbris
parent 750bf23c11
commit 0f6ec8dce3
8 changed files with 35 additions and 0 deletions

BIN
assets/voxygen/element/frames/divider_charwindow.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/element/frames/tab_bg.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/element/frames/tab_small_closed.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/element/frames/tab_small_open.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/element/frames/window_3.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/element/frames/xp_charwindow.vox (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -23,6 +23,13 @@ widget_ids! {
charwindow_tab1_stats,
charwindow_tab_bg,
charwindow_title,
window_3,
tab_bg,
tab_small_open,
tab_small_closed,
xp_charwindow,
divider,
}
}

View File

@ -42,6 +42,16 @@ image_ids! {
qlog_hover: "/voxygen/element/buttons/qlog_hover.vox",
qlog_press: "/voxygen/element/buttons/qlog_press.vox",
// Window Parts
window_3: "/voxygen/element/frames/window_3.vox",
tab_bg: "/voxygen/element/frames/tab_bg.vox",
tab_small_open: "/voxygen/element/frames/tab_small_open.vox",
tab_small_closed: "/voxygen/element/frames/tab_small_closed.vox",
// Charwindow
xp_charwindow: "/voxygen/element/frames/xp_charwindow.vox",
divider: "/voxygen/element/frames/divider_charwindow.vox",
// Close button
close_button: "/voxygen/element/buttons/x.vox",