mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 14:50:13 -05:00
- added setting to hide the new marker settings for certain bar types
- hid marker settings for the eclipse bar since it controls the placement and defines a single marker itself
This commit is contained in:
@ -622,7 +622,7 @@ end
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if not self.moduleSettings.bHideMarkerSettings then
|
||||||
opts["markerSettings"] =
|
opts["markerSettings"] =
|
||||||
{
|
{
|
||||||
type = 'group',
|
type = 'group',
|
||||||
@ -733,7 +733,7 @@ end
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
end
|
||||||
return opts
|
return opts
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -30,6 +30,7 @@ function EclipseBar.prototype:GetDefaultSettings()
|
|||||||
defaults.shouldAnimate = false
|
defaults.shouldAnimate = false
|
||||||
defaults.hideAnimationSettings = true
|
defaults.hideAnimationSettings = true
|
||||||
defaults.lockUpperTextAlpha = false
|
defaults.lockUpperTextAlpha = false
|
||||||
|
defaults.bHideMarkerSettings = true
|
||||||
defaults.markers[1] = {
|
defaults.markers[1] = {
|
||||||
position = 0,
|
position = 0,
|
||||||
color = {r=1, g=0, b=0, a=1},
|
color = {r=1, g=0, b=0, a=1},
|
||||||
|
Reference in New Issue
Block a user