Mercurial > wow > kbf
comparison config.lua @ 54:c4324144d380
start adding configuration - options to toggle consolidated buff support. pkgmeta and embeds updates for the extra libs
| author | Chris Mellon <arkanes@gmail.com> |
|---|---|
| date | Wed, 13 Jul 2011 21:30:32 -0500 |
| parents | |
| children | 4d359ee4649c |
comparison
equal
deleted
inserted
replaced
| 53:c67355a1ec40 | 54:c4324144d380 |
|---|---|
| 1 local _, kbf = ... | |
| 2 | |
| 3 -- These are the static options which can't be displayed/used by in-game configs | |
| 4 kbf.staticConfig = {} | |
| 5 kbf.staticConfig.BAR_HEIGHT = 16 -- note that you do have to update this in the XML as well if you change it | |
| 6 kbf.staticConfig.BAR_WIDTH = 200 -- otherwise the hitbox for clicking off a buff won't be the same size as the displayed buff bar | |
| 7 | |
| 8 | |
| 9 -- default profile options | |
| 10 kbf.defaultConfig = { | |
| 11 profile = { | |
| 12 ["consolidateBuffs"] = true, | |
| 13 } | |
| 14 } |
