diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/config.lua	Wed Jul 13 21:30:32 2011 -0500
@@ -0,0 +1,14 @@
+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,
+	}
+}
\ No newline at end of file