From d186c4031eb37aaa0b36215421f87a9b4571eb66 Mon Sep 17 00:00:00 2001 From: Pfauenauge Date: Fri, 5 Jul 2019 15:39:28 +0200 Subject: [PATCH] Sharp crosshair (no multisampling) --- voxygen/src/hud/img_ids.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/voxygen/src/hud/img_ids.rs b/voxygen/src/hud/img_ids.rs index 82b6222b52..3beaca6409 100644 --- a/voxygen/src/hud/img_ids.rs +++ b/voxygen/src/hud/img_ids.rs @@ -53,6 +53,9 @@ image_ids! { chat_arrow_mo: "voxygen/element/buttons/arrow_down_hover.vox", chat_arrow_press: "voxygen/element/buttons/arrow_down_press.vox", + // Crosshair + crosshair: "voxygen/element/misc_bg/crosshair.vox", + //////////////////////////////////////////////////////////////////////// @@ -123,8 +126,6 @@ image_ids! { button_hover: "voxygen/element/buttons/button_hover.vox", button_press: "voxygen/element/buttons/button_press.vox", - // Crosshair - crosshair: "voxygen/element/misc_bg/crosshair.vox", // Items potion_red: "voxygen/voxel/object/potion_red.vox", potion_green: "voxygen/voxel/object/potion_green.vox",