1
0
Bifurcation 0

Updated paths to relocated art.

Cette révision appartient à :
Nathanial.C.Jones 2010-10-30 02:04:15 +00:00
Parent 0f735165cd
révision 86b2b57331
3 fichiers modifiés avec 7 ajouts et 7 suppressions

Voir le fichier

@ -110,8 +110,8 @@ QH_Hook(wayframe, "OnDragStop", OnDragStop)
wayframe:RegisterForDrag("LeftButton")
wayframe.arrow = wayframe:CreateTexture("OVERLAY")
--wayframe.arrow:SetTexture("Interface\\AddOns\\QuestHelper\\arrow_image_down") -- if we don't do this, the image doesn't seem to end up cached. :blizzard:
wayframe.arrow:SetTexture("Interface\\AddOns\\QuestHelper\\arrow_image")
--wayframe.arrow:SetTexture("Interface\\AddOns\\QuestHelper\\Art\\arrow_image_down") -- if we don't do this, the image doesn't seem to end up cached. :blizzard:
wayframe.arrow:SetTexture("Interface\\AddOns\\QuestHelper\\Art\\arrow_image")
wayframe.arrow:SetAllPoints()
local active_point, arrive_distance, showDownArrow, point_title
@ -216,7 +216,7 @@ OnUpdate = function()
if not showDownArrow then
showDownArrow = true
QH_Arrow_SetScale()
arrow:SetTexture("Interface\\AddOns\\QuestHelper\\arrow_image_down")
arrow:SetTexture("Interface\\AddOns\\QuestHelper\\Art\\arrow_image_down")
arrow:SetVertexColor(0, 1, 0)
end
@ -234,7 +234,7 @@ OnUpdate = function()
if showDownArrow then
showDownArrow = false
QH_Arrow_SetScale()
arrow:SetTexture("Interface\\AddOns\\QuestHelper\\arrow_image")
arrow:SetTexture("Interface\\AddOns\\QuestHelper\\Art\\arrow_image")
showDownArrow = false
end

Voir le fichier

@ -1002,7 +1002,7 @@ function QuestHelper:CreateMipmapDodad()
icon.arrow:SetHeight(40)
icon.arrow:SetWidth(40)
icon.arrow:SetPoint("CENTER", 0, 0)
icon.arrow:SetTexture("Interface\\AddOns\\QuestHelper\\MinimapArrow")
icon.arrow:SetTexture("Interface\\AddOns\\QuestHelper\\Art\\MinimapArrow")
icon.arrow:Hide()
icon.phase = 0

Voir le fichier

@ -69,7 +69,7 @@ end
local function MakeTriangle(frame)
tex = frame:CreateTexture()
tex:SetTexture("Interface\\AddOns\\QuestHelper\\triangle")
tex:SetTexture("Interface\\AddOns\\QuestHelper\\Art\\triangle")
tex.parent_frame = frame
-- relative to 0,1 coordinates relative to parent
@ -230,7 +230,7 @@ end
local function MakeLine(frame)
tex = frame:CreateTexture()
tex:SetTexture("Interface\\AddOns\\QuestHelper\\line")
tex:SetTexture("Interface\\AddOns\\QuestHelper\\Art\\line")
tex.parent_frame = frame
-- relative to 0,1 coordinates relative to parent