Quantcast

Changed the progress bar texture and tweaked the color again.

James D. Callahan III [06-20-10 - 04:03]
Changed the progress bar texture and tweaked the color again.
Filename
Frame.lua
diff --git a/Frame.lua b/Frame.lua
index 4233601..c5e64c5 100644
--- a/Frame.lua
+++ b/Frame.lua
@@ -3057,9 +3057,9 @@ do
 					 tileSize = 16,
 				 })

-	progress_bar:SetStatusBarTexture([[Interface\CharacterFrame\BarFill]])
+	progress_bar:SetStatusBarTexture([[Interface\TARGETINGFRAME\UI-StatusBar]])
 	progress_bar:SetOrientation("HORIZONTAL")
-	progress_bar:SetStatusBarColor(0.47, 0.90, 1.0)
+	progress_bar:SetStatusBarColor(0.37, 0.45, 1.0)

 	local border = progress_bar:CreateTexture(nil, "OVERLAY")
 	border:SetWidth(288)