Mercurial > wow > buffalo2
view Veneer.lua @ 66:6ccacc927ef6
- paperdoll scan timing changed to PLAYER_ENTERING_WORLD and PLAYER_EQUIPMENT_CHANGED
author | Nenue |
---|---|
date | Fri, 19 Aug 2016 09:28:38 -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