From 142a92fca8013576ca193b0a00161b0dfacc1de1 Mon Sep 17 00:00:00 2001 From: Monty Marz Date: Sat, 13 Jun 2020 14:23:15 +0200 Subject: [PATCH] icon frame --- .../element/frames/bubble_dark/icon_frame.png | Bin 0 -> 254 bytes voxygen/src/hud/img_ids.rs | 3 +++ 2 files changed, 3 insertions(+) create mode 100644 assets/voxygen/element/frames/bubble_dark/icon_frame.png diff --git a/assets/voxygen/element/frames/bubble_dark/icon_frame.png b/assets/voxygen/element/frames/bubble_dark/icon_frame.png new file mode 100644 index 0000000000000000000000000000000000000000..2ea421c63e4b89d4546290d931ffc93639b430ec GIT binary patch literal 254 zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VXMsm#F#`j)FbFd;%$g$s6jVs| z2=ZlMs8VHMXlQ0&`1v15zhq!2HDF+PmB7GYHG_dcJbzOBQ8%F47Ec$)kcwMLfByfs zXEtTz-sRv|tsiOTvr;GROy+x6Qv)^4pZ`}HKR;0v$;W*7zvk4VJvuMi?(Qm?H&KT9 z>KC5>&kYRzq%UeqJkikEcq(Cu)Q^YH_g^%S$zhALElV)rImyhwF2+%pAE@-C-oC3P ryb?el@buyP^YR*{3d+ntkihW2TX%noV&_w!dl)=j{an^LB{Ts5(r8sT literal 0 HcmV?d00001 diff --git a/voxygen/src/hud/img_ids.rs b/voxygen/src/hud/img_ids.rs index b8a061fd23..ed61f149e9 100644 --- a/voxygen/src/hud/img_ids.rs +++ b/voxygen/src/hud/img_ids.rs @@ -285,6 +285,7 @@ image_ids! { speech_bubble_bottom: "voxygen.element.frames.bubble.bottom", speech_bubble_bottom_right: "voxygen.element.frames.bubble.bottom_right", speech_bubble_tail: "voxygen.element.frames.bubble.tail", + speech_bubble_icon_frame: "voxygen.element.frames.bubble_dark.icon_frame", dark_bubble_top_left: "voxygen.element.frames.bubble_dark.top_left", dark_bubble_top: "voxygen.element.frames.bubble_dark.top", @@ -296,6 +297,8 @@ image_ids! { dark_bubble_bottom: "voxygen.element.frames.bubble_dark.bottom", dark_bubble_bottom_right: "voxygen.element.frames.bubble_dark.bottom_right", dark_bubble_tail: "voxygen.element.frames.bubble_dark.tail", + dark_bubble_icon_frame: "voxygen.element.frames.bubble_dark.icon_frame", + // Chat icons chat_faction_small: "voxygen.element.icons.chat.faction_small",