view 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
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,
	}
}