From 5326b165837b7926746d02f545eff9bf3cbe9d6d Mon Sep 17 00:00:00 2001 From: Xurkon Date: Sat, 6 Jun 2026 07:32:31 -0500 Subject: [PATCH] feat: add arrow5 bundled arrow style --- Icons/Arrows/{ArcaneArrow.tga => Arrow5.tga} | Bin ...ArcaneArrow_preview.tga => Arrow5_preview.tga} | Bin Modules/Arrow/QuestieArrowAssets.lua | 14 ++++++++++++++ 3 files changed, 14 insertions(+) rename Icons/Arrows/{ArcaneArrow.tga => Arrow5.tga} (100%) rename Icons/Arrows/{ArcaneArrow_preview.tga => Arrow5_preview.tga} (100%) diff --git a/Icons/Arrows/ArcaneArrow.tga b/Icons/Arrows/Arrow5.tga similarity index 100% rename from Icons/Arrows/ArcaneArrow.tga rename to Icons/Arrows/Arrow5.tga diff --git a/Icons/Arrows/ArcaneArrow_preview.tga b/Icons/Arrows/Arrow5_preview.tga similarity index 100% rename from Icons/Arrows/ArcaneArrow_preview.tga rename to Icons/Arrows/Arrow5_preview.tga diff --git a/Modules/Arrow/QuestieArrowAssets.lua b/Modules/Arrow/QuestieArrowAssets.lua index 07ceed4..12bdf23 100644 --- a/Modules/Arrow/QuestieArrowAssets.lua +++ b/Modules/Arrow/QuestieArrowAssets.lua @@ -57,6 +57,19 @@ QuestieArrowAssets.styles = { textureCoordTop = 0.289062, textureCoordBottom = 0.714844, }, + ["arrow5"] = { + label = "Arrow 5", + texture = "Icons\\Arrows\\Arrow5.tga", + preview = "Icons\\Arrows\\Arrow5_preview.tga", + mode = "image", + displayWidth = 72, + displayHeight = 96, + visualBottomInset = 0, + textureCoordLeft = 0, + textureCoordRight = 1, + textureCoordTop = 0, + textureCoordBottom = 1, + }, ["hordearrow"] = { label = "Horde Arrow", texture = "Icons\\Arrows\\HordeArrow.tga", @@ -103,6 +116,7 @@ QuestieArrowAssets.order = { "arrow2", "arrow3", "arrow4", + "arrow5", "hordearrow", "alliancearrow", "arrowold",