This commit is contained in:
Bunny67
2018-06-03 12:25:59 +03:00
parent 829506a6a9
commit 3a0f15b393
3 changed files with 38 additions and 105 deletions
+1 -2
View File
@@ -65,9 +65,8 @@ A default texture will be applied to the StatusBar and Texture widgets if they d
local ns = oUF
local oUF = ns.oUF
local match = string.match
local GetActionTexture = GetActionTexture
local GetContainerItemInfo = GetContainerItemInfo
local GetSpellTexture = GetSpellTexture
local GetTime = GetTime
+1 -15
View File
@@ -174,15 +174,6 @@ P["nameplates"] = {
["channelTimeFormat"] = "CURRENT",
["timeToHold"] = 0
},
["castbar"] = {
["enable"] = true,
["height"] = 8,
["hideTime"] = false,
["castTimeFormat"] = "CURRENT",
["channelTimeFormat"] = "CURRENT",
["timeToHold"] = 0,
["iconPosition"] = "RIGHT",
},
["buffs"] = {
["enable"] = true,
["numAuras"] = 4,
@@ -747,20 +738,15 @@ P["unitframe"] = {
["width"] = 270,
["height"] = 18,
["icon"] = true,
["latency"] = true,
["format"] = "REMAINING",
["ticks"] = true,
["spark"] = true,
["displayTarget"] = false,
["iconSize"] = 42,
["iconAttached"] = true,
["insideInfoPanel"] = true,
["iconAttachedTo"] = "Frame",
["iconPosition"] = "LEFT",
["iconXOffset"] = -10,
["iconYOffset"] = 0,
["tickWidth"] = 1,
["tickColor"] = {r = 0, g = 0, b = 0, a = 0.8},
["iconYOffset"] = 0
},
["classbar"] = {
["enable"] = true,