- 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

This commit is contained in:
Parnic
2010-04-20 20:21:38 +00:00
parent c20ce4235c
commit 3d97a1a8ac

View File

@ -45,7 +45,7 @@ end
function IceCore.prototype:SetupDefaults() function IceCore.prototype:SetupDefaults()
-- DEFAULT SETTINGS -- DEFAULT SETTINGS
local defaultPreset = "RoundBar" local defaultPreset = "CleanCurves"
self.defaults = { self.defaults = {
gap = 150, gap = 150,
verticalPos = -110, verticalPos = -110,