From 3d97a1a8ac3351f1fb49a9627dac2e26cd9992e8 Mon Sep 17 00:00:00 2001 From: Parnic Date: Tue, 20 Apr 2010 20:21:38 +0000 Subject: [PATCH] - it's probably a good idea to get rid of the default bar texture being RoundBar since CleanCurves looks so much nicer. this should give new users of the mod (and people who don't know that other textures are available) a nicer-looking default setup --- IceCore.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IceCore.lua b/IceCore.lua index 96b0e9b..1c03556 100644 --- a/IceCore.lua +++ b/IceCore.lua @@ -45,7 +45,7 @@ end function IceCore.prototype:SetupDefaults() -- DEFAULT SETTINGS - local defaultPreset = "RoundBar" + local defaultPreset = "CleanCurves" self.defaults = { gap = 150, verticalPos = -110,