feat: add arrow5 bundled arrow style
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user