Add 'pen' icons for edit buttons

This commit is contained in:
Dr. Dystopia 2021-12-18 15:27:14 +01:00
parent d7f5c301f6
commit 3329a8df61
4 changed files with 12 additions and 3 deletions

BIN
assets/voxygen/element/ui/char_select/icons/pen.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/element/ui/char_select/icons/pen_hover.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/element/ui/char_select/icons/pen_press.png (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -76,9 +76,9 @@ image_ids_ice! {
delete_button_hover: "voxygen.element.ui.char_select.icons.bin_hover",
delete_button_press: "voxygen.element.ui.char_select.icons.bin_press",
edit_button: "voxygen.element.ui.char_select.icons.bin",
edit_button_hover: "voxygen.element.ui.char_select.icons.bin_hover",
edit_button_press: "voxygen.element.ui.char_select.icons.bin_press",
edit_button: "voxygen.element.ui.char_select.icons.pen",
edit_button_hover: "voxygen.element.ui.char_select.icons.pen_hover",
edit_button_press: "voxygen.element.ui.char_select.icons.pen_press",
name_input: "voxygen.element.ui.generic.textbox",