Mercurial > wow > kbf
view config.lua @ 55:9ab2e1401152
add AceGui to pkgdeps
author | Chris Mellon <arkanes@gmail.com> |
---|---|
date | Wed, 13 Jul 2011 21:35:46 -0500 |
parents | c4324144d380 |
children | 4d359ee4649c |
line wrap: on
line source
local _, kbf = ... -- These are the static options which can't be displayed/used by in-game configs kbf.staticConfig = {} kbf.staticConfig.BAR_HEIGHT = 16 -- note that you do have to update this in the XML as well if you change it kbf.staticConfig.BAR_WIDTH = 200 -- otherwise the hitbox for clicking off a buff won't be the same size as the displayed buff bar -- default profile options kbf.defaultConfig = { profile = { ["consolidateBuffs"] = true, } }