feat: add arrow5 bundled arrow style

This commit is contained in:
Xurkon
2026-06-06 07:32:31 -05:00
parent af2e998716
commit 5326b16583
3 changed files with 14 additions and 0 deletions
+14
View File
@@ -57,6 +57,19 @@ QuestieArrowAssets.styles = {
textureCoordTop = 0.289062, textureCoordTop = 0.289062,
textureCoordBottom = 0.714844, 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"] = { ["hordearrow"] = {
label = "Horde Arrow", label = "Horde Arrow",
texture = "Icons\\Arrows\\HordeArrow.tga", texture = "Icons\\Arrows\\HordeArrow.tga",
@@ -103,6 +116,7 @@ QuestieArrowAssets.order = {
"arrow2", "arrow2",
"arrow3", "arrow3",
"arrow4", "arrow4",
"arrow5",
"hordearrow", "hordearrow",
"alliancearrow", "alliancearrow",
"arrowold", "arrowold",