Mercurial > wow > buffalo2
view Veneer.lua @ 69:ebc18a7412a1
- use secure hook functions to manage duration and count text
author | Nenue |
---|---|
date | Sun, 21 Aug 2016 10:28:09 -0400 |
parents | ef4116179e2f |
children | 6f8661094643 |
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