Skip to content

Commit

Permalink
Framework Update
Browse files Browse the repository at this point in the history
Framework updated to version .161
  • Loading branch information
Tercioo committed Nov 9, 2019
1 parent fd6121f commit 72d1b47
Show file tree
Hide file tree
Showing 3 changed files with 172 additions and 162 deletions.
9 changes: 9 additions & 0 deletions libs/DF/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

background.blp
border_1.blp
border_2.blp
border_3.blp
cooltip_background.blp
feedback_sites.blp
icons.blp
mail.blp
6 changes: 4 additions & 2 deletions libs/DF/fw.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

local dversion = 153
local dversion = 161

local major, minor = "DetailsFramework-1.0", dversion
local DF, oldminor = LibStub:NewLibrary (major, minor)

Expand All @@ -21,7 +22,7 @@ SMALL_NUMBER = 0.000001
ALPHA_BLEND_AMOUNT = 0.8400251

DF.AuthorInfo = {
Name = "Tercioo",
Name = "Terciob",
Discord = "https://discord.gg/AGSzAZX",
}

Expand Down Expand Up @@ -1654,6 +1655,7 @@ DF.GlobalWidgetControlNames = {
slider = "DF_SliderMetaFunctions",
split_bar = "DF_SplitBarMetaFunctions",
aura_tracker = "DF_AuraTracker",
healthBar = "DF_healthBarMetaFunctions",
}

function DF:AddMemberForWidget (widgetName, memberType, memberName, func)
Expand Down
Loading

0 comments on commit 72d1b47

Please sign in to comment.