mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
continuation of oUF_GPS
This commit is contained in:
@@ -10,7 +10,7 @@ local CreateFrame = CreateFrame
|
||||
function UF:Construct_GPS(frame)
|
||||
local gps = CreateFrame("Frame", nil, frame)
|
||||
gps:SetFrameLevel(frame:GetFrameLevel() + 50)
|
||||
-- gps:Hide()
|
||||
gps:Hide()
|
||||
|
||||
gps.Texture = gps:CreateTexture("OVERLAY")
|
||||
gps.Texture:SetTexture([[Interface\AddOns\ElvUI\media\textures\arrow.tga]])
|
||||
|
||||
@@ -32,6 +32,7 @@ function UF:Construct_RaidFrames()
|
||||
self.RaidRoleFramesAnchor = UF:Construct_RaidRoleFrames(self)
|
||||
self.RaidTargetIndicator = UF:Construct_RaidIcon(self);
|
||||
|
||||
self.GPS = UF:Construct_GPS(self)
|
||||
self.InfoPanel = UF:Construct_InfoPanel(self)
|
||||
UF:Update_StatusBars()
|
||||
UF:Update_FontStrings()
|
||||
@@ -112,6 +113,8 @@ function UF:Update_RaidFrames(frame, db)
|
||||
|
||||
UF:Configure_Portrait(frame)
|
||||
|
||||
UF:Configure_GPS(frame)
|
||||
|
||||
UF:Configure_RaidIcon(frame)
|
||||
|
||||
UF:Configure_RaidRoleIcons(frame)
|
||||
|
||||
Reference in New Issue
Block a user