Add files via upload

This commit is contained in:
Relationship
2026-07-08 18:24:21 +01:00
committed by GitHub
parent d0a77fe622
commit 16705f72ac
6 changed files with 196 additions and 18 deletions
+4 -2
View File
@@ -12,7 +12,7 @@ addon.MAJOR = 1
addon.MINOR = 1
-- Version string
TP_VERSION = "2.3.1"
TP_VERSION = "2.4.0"
TP_ADDON_NAME = "RelationshipsThreatPlates"
-- ==================================================================
@@ -21,9 +21,11 @@ TP_ADDON_NAME = "RelationshipsThreatPlates"
local DEFAULT_CONFIG = {
enabled = true,
showText = true,
tankMode = false,
targetSnap100 = true,
barHeight = 6,
barAlpha = 0.5,
barOffsetY = 20,
barOffsetY = 24,
barOffsetX = -17.8,
barWidthScale = 0.8,
fontSize = 9,