From 768410d3b8e6d479afb42cd96b91990d35fe6dbd Mon Sep 17 00:00:00 2001 From: Jason Greer Date: Wed, 29 Sep 2010 16:07:38 -0700 Subject: [PATCH] cleaned up comments a bit --- tullaCC/config.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tullaCC/config.lua b/tullaCC/config.lua index d058272..47cf6b7 100644 --- a/tullaCC/config.lua +++ b/tullaCC/config.lua @@ -10,9 +10,9 @@ 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.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 +C.minScale = 0.6 --the minimum scale we want to show cooldown counts at, anything below this will be hidden +C.minDuration = 3 --the minimum number of seconds a cooldown's duration must be to display text +C.expiringDuration = 5 --the minimum number of seconds a cooldown must be to display in the expiring format --text format strings C.expiringFormat = '|cffff0000%d|r' --format for timers that are soon to expire -- 1.7.9.5