Add files via upload
This commit is contained in:
@@ -12,7 +12,7 @@ addon.MAJOR = 1
|
||||
addon.MINOR = 1
|
||||
|
||||
-- Version string
|
||||
TP_VERSION = "2.5.0"
|
||||
TP_VERSION = "2.6.1"
|
||||
TP_ADDON_NAME = "RelationshipsThreatPlates"
|
||||
|
||||
-- ==================================================================
|
||||
@@ -40,6 +40,19 @@ local DEFAULT_CONFIG = {
|
||||
glowEnabled = false,
|
||||
glowSize = 3,
|
||||
glowAsShadow = true,
|
||||
|
||||
-- New in 2.6
|
||||
combatOnly = false,
|
||||
hideBelowPct = 0,
|
||||
warningSound = false,
|
||||
warningSoundName = "RaidWarning",
|
||||
warningThreshold = 80,
|
||||
flashOnAggro = false,
|
||||
flashSpeed = 4,
|
||||
textFormat = "percent", -- percent | tank | status | combo
|
||||
colorPreset = "kui", -- kui | cool | mono | warband
|
||||
lockGUI = false,
|
||||
|
||||
guiPos = {
|
||||
point = "CENTER",
|
||||
relPoint = "CENTER",
|
||||
|
||||
Reference in New Issue
Block a user