Advertisement
Senit

Config

Aug 20th, 2012
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.93 KB | None | 0 0
  1. --oUF_Senit 2012--
  2.  
  3. --Gets Namespace
  4. local addon, ns = ...
  5.  
  6. --An Abbreviation
  7. local config = CreateFrame("Frame")
  8.  
  9. --CONFIGURATION--
  10.  
  11. config.statusbar_texture = "Interface\\AddOns\\oUF_Senit\\media\\statusbar.tga"
  12. config.backdrop_texture = "Interface\\AddOns\\oUF_Senit\\media\\backdrop.tga"
  13. config.edge_texture = "Interface\\Buttons\\WHITE8x8"
  14. config.font = "Interface\\AddOns\\oUF_Senit\\media\\semplice.TTF"
  15. config.font3 = "Interface\\AddOns\\oUF_Senit\\media\\Ronda.ttf"
  16. config.font4 = "Interface\\AddOns\\oUF_Senit\\media\\Frucade.TTF"
  17. config.font2 = "Interface\\AddOns\\oUF_Senit\\media\\Hooge.ttf"
  18.  
  19.  
  20. config.auras = {
  21. --  Rogue
  22.     [84747] = true, -- Deep Insight
  23.     [1943]  = true, -- Rupture
  24.     [79140] = true, -- Vendetta
  25.     [13750] = true, -- Adrenaline Rush
  26.     [73651] = true, -- Recuperate
  27.     [5171]  = true, -- Slice and Dice
  28.     [32645] = true, -- Envenom
  29.     [51713] = true, -- Shadow Dance
  30.    
  31. -- Druid
  32.    
  33. }
  34.  
  35. ns.config = config
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement