diff --git a/Icons/Arrows/AllianceArrow.tga b/Icons/Arrows/AllianceArrow.tga index 6948d08..d9512d0 100644 Binary files a/Icons/Arrows/AllianceArrow.tga and b/Icons/Arrows/AllianceArrow.tga differ diff --git a/Icons/Arrows/AllianceArrow_preview.tga b/Icons/Arrows/AllianceArrow_preview.tga index ffa0f5c..3eea5e6 100644 Binary files a/Icons/Arrows/AllianceArrow_preview.tga and b/Icons/Arrows/AllianceArrow_preview.tga differ diff --git a/Icons/Arrows/HordeArrow.tga b/Icons/Arrows/HordeArrow.tga index b46bf8c..a18fe19 100644 Binary files a/Icons/Arrows/HordeArrow.tga and b/Icons/Arrows/HordeArrow.tga differ diff --git a/Icons/Arrows/HordeArrow_preview.tga b/Icons/Arrows/HordeArrow_preview.tga index dc2d94d..70ee4e8 100644 Binary files a/Icons/Arrows/HordeArrow_preview.tga and b/Icons/Arrows/HordeArrow_preview.tga differ diff --git a/Modules/Arrow/QuestieArrowAssets.lua b/Modules/Arrow/QuestieArrowAssets.lua index 131ca81..09fc743 100644 --- a/Modules/Arrow/QuestieArrowAssets.lua +++ b/Modules/Arrow/QuestieArrowAssets.lua @@ -41,15 +41,6 @@ QuestieArrowAssets.styles = { displayHeight = 96, visualBottomInset = 0, }, - ["arcanearrow"] = { - label = "Arcane Arrow", - texture = "Icons\\Arrows\\ArcaneArrow.tga", - preview = "Icons\\Arrows\\ArcaneArrow_preview.tga", - mode = "image", - displayWidth = 72, - displayHeight = 96, - visualBottomInset = 0, - }, ["hordearrow"] = { label = "Horde Arrow", texture = "Icons\\Arrows\\HordeArrow.tga", @@ -111,7 +102,6 @@ QuestieArrowAssets.order = { "arrow2", "arrow3", "arrow4", - "arcanearrow", "hordearrow", "alliancearrow", "minimal1", diff --git a/README.md b/README.md index 815ebca..a0c7154 100644 --- a/README.md +++ b/README.md @@ -197,7 +197,6 @@ Bundled arrow assets are detected automatically as either sprite sheets or regul ### Arrow Redesign - `Arrow1` through `Arrow4` are the bundled image styles, while `arrowold` remains the only bundled sprite sheet. -- `Arcane Arrow` adds a more ornate gold-and-blue option for players who want something a little fancier than the plain waypoint shapes. - `Horde Arrow` and `Alliance Arrow` add faction-themed styles with their insignia built into the art. - `Waypoint 1` through `Waypoint 3` add a calmer, lower-profile look for players who want something closer to a plain game marker. - The dropdown now uses generated preview swatches from `Icons/Arrows`, so each bundled style shows a live thumbnail instead of a text-only entry.