feat: add new waypoint arrow styles

This commit is contained in:
Xurkon
2026-06-02 12:18:48 -05:00
parent 577efbe66b
commit 8a41141172
10 changed files with 42 additions and 0 deletions
+40
View File
@@ -41,6 +41,42 @@ 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,
},
["minimal1"] = {
label = "Waypoint 1",
texture = "Icons\\Arrows\\Minimal1.tga",
preview = "Icons\\Arrows\\Minimal1_preview.tga",
mode = "image",
displayWidth = 68,
displayHeight = 96,
visualBottomInset = 0,
},
["minimal2"] = {
label = "Waypoint 2",
texture = "Icons\\Arrows\\Minimal2.tga",
preview = "Icons\\Arrows\\Minimal2_preview.tga",
mode = "image",
displayWidth = 74,
displayHeight = 96,
visualBottomInset = 0,
},
["minimal3"] = {
label = "Waypoint 3",
texture = "Icons\\Arrows\\Minimal3.tga",
preview = "Icons\\Arrows\\Minimal3_preview.tga",
mode = "image",
displayWidth = 83,
displayHeight = 96,
visualBottomInset = 0,
},
["arrowold"] = {
label = "Arrow Old",
texture = "Icons\\Arrows\\arrowold.tga",
@@ -57,6 +93,10 @@ QuestieArrowAssets.order = {
"arrow2",
"arrow3",
"arrow4",
"arcanearrow",
"minimal1",
"minimal2",
"minimal3",
"arrowold",
}