Mercurial > wow > buffalo2
view Veneer.lua @ 60:2a636b00c31e
- buff time progress bars touched up
author | Nenue |
---|---|
date | Mon, 15 Aug 2016 07:23:56 -0400 |
parents | 07ef62fe201f |
children | 3f083d389c18 |
line wrap: on
line source
-- Veneer -- Customization tool for the small bits and pieces -- BuffFrame -- Provides mechanisms for positioning and alter buff button parameters. -- Mostly re-configures the blizzard UI frames due to limitations of SecureTemplate. local vn, print = LibStub("LibKraken").register(VeneerController) local defaults = { enableAll = true, enableModule = { BuffFrame = true, }, BuffFrame = { width = 48, height = 48, } } vn.init = function() if (not VeneerData) or (not VeneerData.version) then VeneerData = defaults end vn.db = VeneerData end