WoWInterface SVN ncNameplates

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 9 to Rev 10
    Reverse comparison

Rev 9 → Rev 10

trunk/green.tga Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream
trunk/embeds.xml File deleted \ No newline at end of file
trunk/gui.xml File deleted \ No newline at end of file
trunk/gui.lua File deleted \ No newline at end of file
trunk/flat.tga Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream
trunk/solid.tga Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream
trunk/ncNameplates.lua
1,6 → 1,6
-- CONFIG
local barcolor = {.8,.8,.8}
local fontsize = 14
local barcolor = {.6,.6,.6}
local fontsize = 10
local font = [[Fonts\FRIZQT__.ttf]]
local statusbar = [[Interface\AddOns\ncNameplates\flat]]
local solid = [[Interface\AddOns\ncNameplates\solid]]
10,7 → 10,7
local numkids, lastupdate, select = 0, 0, select
local f = CreateFrame("Frame")
local backdrop = {
edgeFile = nil, edgeSize = 3,
edgeFile = nil, edgeSize = 0,
insets = {left = 3, right = 3, top = 3, bottom = 3}
}
 
82,7 → 82,7
 
self.castBar:ClearAllPoints()
self.castBar:SetPoint("TOP", self.healthBar, "BOTTOM", 0, -4)
self.castBar:SetHeight(10)
self.castBar:SetHeight(5)
self.castBar:SetWidth(100)
 
self.highlight:ClearAllPoints()