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