fix: finalize arrow asset and docs updates
This commit is contained in:
@@ -10,54 +10,78 @@ QuestieArrowAssets.styles = {
|
||||
texture = "Icons\\Arrows\\Arrow1.tga",
|
||||
preview = "Icons\\Arrows\\Arrow1_preview.tga",
|
||||
mode = "image",
|
||||
displayWidth = 77,
|
||||
displayWidth = 71,
|
||||
displayHeight = 96,
|
||||
visualBottomInset = 0,
|
||||
textureCoordLeft = 0.187500,
|
||||
textureCoordRight = 0.812500,
|
||||
textureCoordTop = 0.078125,
|
||||
textureCoordBottom = 0.917969,
|
||||
},
|
||||
["arrow2"] = {
|
||||
label = "Arrow 2",
|
||||
texture = "Icons\\Arrows\\Arrow2.tga",
|
||||
preview = "Icons\\Arrows\\Arrow2_preview.tga",
|
||||
mode = "image",
|
||||
displayWidth = 75,
|
||||
displayHeight = 96,
|
||||
displayWidth = 96,
|
||||
displayHeight = 92,
|
||||
visualBottomInset = 0,
|
||||
textureCoordLeft = 0.082031,
|
||||
textureCoordRight = 0.917969,
|
||||
textureCoordTop = 0.097656,
|
||||
textureCoordBottom = 0.898438,
|
||||
},
|
||||
["arrow3"] = {
|
||||
label = "Arrow 3",
|
||||
texture = "Icons\\Arrows\\Arrow3.tga",
|
||||
preview = "Icons\\Arrows\\Arrow3_preview.tga",
|
||||
mode = "image",
|
||||
displayWidth = 64,
|
||||
displayWidth = 65,
|
||||
displayHeight = 96,
|
||||
visualBottomInset = 0,
|
||||
textureCoordLeft = 0.214844,
|
||||
textureCoordRight = 0.785156,
|
||||
textureCoordTop = 0.078125,
|
||||
textureCoordBottom = 0.914062,
|
||||
},
|
||||
["arrow4"] = {
|
||||
label = "Arrow 4",
|
||||
texture = "Icons\\Arrows\\Arrow4.tga",
|
||||
preview = "Icons\\Arrows\\Arrow4_preview.tga",
|
||||
mode = "image",
|
||||
displayWidth = 67,
|
||||
displayWidth = 68,
|
||||
displayHeight = 96,
|
||||
visualBottomInset = 0,
|
||||
textureCoordLeft = 0.203125,
|
||||
textureCoordRight = 0.796875,
|
||||
textureCoordTop = 0.078125,
|
||||
textureCoordBottom = 0.917969,
|
||||
},
|
||||
["hordearrow"] = {
|
||||
label = "Horde Arrow",
|
||||
texture = "Icons\\Arrows\\HordeArrow.tga",
|
||||
preview = "Icons\\Arrows\\HordeArrow_preview.tga",
|
||||
mode = "image",
|
||||
displayWidth = 96,
|
||||
displayWidth = 84,
|
||||
displayHeight = 96,
|
||||
visualBottomInset = 0,
|
||||
textureCoordLeft = 0.207031,
|
||||
textureCoordRight = 0.789062,
|
||||
textureCoordTop = 0.078125,
|
||||
textureCoordBottom = 0.917969,
|
||||
},
|
||||
["alliancearrow"] = {
|
||||
label = "Alliance Arrow",
|
||||
texture = "Icons\\Arrows\\AllianceArrow.tga",
|
||||
preview = "Icons\\Arrows\\AllianceArrow_preview.tga",
|
||||
mode = "image",
|
||||
displayWidth = 96,
|
||||
displayWidth = 116,
|
||||
displayHeight = 96,
|
||||
visualBottomInset = 0,
|
||||
textureCoordLeft = 0.222656,
|
||||
textureCoordRight = 0.773438,
|
||||
textureCoordTop = 0.078125,
|
||||
textureCoordBottom = 0.917969,
|
||||
},
|
||||
["minimal1"] = {
|
||||
label = "Waypoint 1",
|
||||
@@ -67,6 +91,10 @@ QuestieArrowAssets.styles = {
|
||||
displayWidth = 68,
|
||||
displayHeight = 96,
|
||||
visualBottomInset = 0,
|
||||
textureCoordLeft = 0.203125,
|
||||
textureCoordRight = 0.796875,
|
||||
textureCoordTop = 0.078125,
|
||||
textureCoordBottom = 0.917969,
|
||||
},
|
||||
["minimal2"] = {
|
||||
label = "Waypoint 2",
|
||||
@@ -76,6 +104,10 @@ QuestieArrowAssets.styles = {
|
||||
displayWidth = 74,
|
||||
displayHeight = 96,
|
||||
visualBottomInset = 0,
|
||||
textureCoordLeft = 0.175781,
|
||||
textureCoordRight = 0.820312,
|
||||
textureCoordTop = 0.078125,
|
||||
textureCoordBottom = 0.917969,
|
||||
},
|
||||
["minimal3"] = {
|
||||
label = "Waypoint 3",
|
||||
@@ -85,6 +117,10 @@ QuestieArrowAssets.styles = {
|
||||
displayWidth = 83,
|
||||
displayHeight = 96,
|
||||
visualBottomInset = 0,
|
||||
textureCoordLeft = 0.132812,
|
||||
textureCoordRight = 0.863281,
|
||||
textureCoordTop = 0.078125,
|
||||
textureCoordBottom = 0.917969,
|
||||
},
|
||||
["arrowold"] = {
|
||||
label = "Arrow Old",
|
||||
@@ -94,6 +130,10 @@ QuestieArrowAssets.styles = {
|
||||
displayWidth = 56,
|
||||
displayHeight = 42,
|
||||
visualBottomInset = 0,
|
||||
textureCoordLeft = 0.001953,
|
||||
textureCoordRight = 0.982422,
|
||||
textureCoordTop = 0.005859,
|
||||
textureCoordBottom = 0.984375,
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user