button implementation

This commit is contained in:
Hendrik Leppkes
2007-12-01 14:21:40 +00:00
parent 1d14edf665
commit 0fc2692a53
3 changed files with 377 additions and 15 deletions
+2 -1
View File
@@ -10,7 +10,8 @@ end
local defaults = {
profile = {
OutOfRange = "button",
Colors = { OutOfRange = { r = 0.8, g = 0.1, b = 0.1 }, OutOfMana = { r = 0.5, g = 0.5, b = 1.0 } },
}
}