DR Level text default on
This commit is contained in:
parent
b5f67d066f
commit
2e3fb06269
@ -44,9 +44,9 @@ local Diminishings = Gladdy:NewModule("Diminishings", nil, {
|
|||||||
drHalfColor = {r = 1, g = 1, b = 0, a = 1 },
|
drHalfColor = {r = 1, g = 1, b = 0, a = 1 },
|
||||||
drQuarterColor = {r = 1, g = 0.7, b = 0, a = 1 },
|
drQuarterColor = {r = 1, g = 0.7, b = 0, a = 1 },
|
||||||
drNullColor = {r = 1, g = 0, b = 0, a = 1 },
|
drNullColor = {r = 1, g = 0, b = 0, a = 1 },
|
||||||
drLevelTextEnabled = false,
|
drLevelTextEnabled = true,
|
||||||
drLevelTextFont = "DorisPP",
|
drLevelTextFont = "DorisPP",
|
||||||
drLevelTextFontScale = 1,
|
drLevelTextFontScale = 0.8,
|
||||||
drWidthFactor = 1,
|
drWidthFactor = 1,
|
||||||
drCategories = defaultCategories(),
|
drCategories = defaultCategories(),
|
||||||
drDuration = 18,
|
drDuration = 18,
|
||||||
|
Loading…
Reference in New Issue
Block a user