mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- 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:
@ -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,
|
||||||
|
Reference in New Issue
Block a user