From d567612532a5dfe48bbd0dbc0733ec448d8598ed Mon Sep 17 00:00:00 2001 From: Jason Greer Date: Tue, 31 Aug 2010 04:47:09 -0700 Subject: [PATCH] --- tullaCC/config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tullaCC/config.lua b/tullaCC/config.lua index d058272..39cc5d5 100644 --- a/tullaCC/config.lua +++ b/tullaCC/config.lua @@ -10,7 +10,7 @@ C.fontFace = STANDARD_TEXT_FONT --what font to use C.fontSize = 18 --the base font size to use at a scale of 1 --display settings -C.minScale = 0.6 --the minimum duration to show cooldown text for +C.minScale = 0.6 --the minimum size ratio of an object relative to an action button for a cooldown text to display. C.minDuration = 3 --the minimum number of seconds a cooldown must be to use to display in the expiring format C.expiringDuration = 5 --the minimum number of seconds a cooldown must be to use to display in the expiring format -- 1.7.9.5