Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --oUF_Senit 2012--
- --Gets Namespace
- local addon, ns = ...
- --An Abbreviation
- local config = CreateFrame("Frame")
- --CONFIGURATION--
- config.statusbar_texture = "Interface\\AddOns\\oUF_Senit\\media\\statusbar.tga"
- config.backdrop_texture = "Interface\\AddOns\\oUF_Senit\\media\\backdrop.tga"
- config.edge_texture = "Interface\\Buttons\\WHITE8x8"
- config.font = "Interface\\AddOns\\oUF_Senit\\media\\semplice.TTF"
- config.font3 = "Interface\\AddOns\\oUF_Senit\\media\\Ronda.ttf"
- config.font4 = "Interface\\AddOns\\oUF_Senit\\media\\Frucade.TTF"
- config.font2 = "Interface\\AddOns\\oUF_Senit\\media\\Hooge.ttf"
- config.auras = {
- -- Rogue
- [84747] = true, -- Deep Insight
- [1943] = true, -- Rupture
- [79140] = true, -- Vendetta
- [13750] = true, -- Adrenaline Rush
- [73651] = true, -- Recuperate
- [5171] = true, -- Slice and Dice
- [32645] = true, -- Envenom
- [51713] = true, -- Shadow Dance
- -- Druid
- }
- ns.config = config
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement