SharedMedia <3

This commit is contained in:
iceroth
2007-06-02 21:26:15 +00:00
parent 5f3723d080
commit 77782fb169
11 changed files with 52 additions and 72 deletions

View File

@ -1,6 +1,7 @@
IceHUD = AceLibrary("AceAddon-2.0"):new("AceConsole-2.0", "AceDebug-2.0")
local waterfall = AceLibrary("Waterfall-1.0")
local SML = AceLibrary("SharedMedia-1.0")
IceHUD.Location = "Interface\\AddOns\\IceHUD"
IceHUD.options =
@ -243,7 +244,7 @@ IceHUD.options =
set = function(value)
IceHUD.IceCore:SetFontFamily(value)
end,
validate = { "IceHUD", "Default" },
validate = SML:List(SML.MediaType.FONT),
},
barSettings = {