Gradient implementation

This commit is contained in:
NoM0Re
2025-03-01 17:14:36 +01:00
parent 46dac486c7
commit 2aea3b7a0d
4 changed files with 133 additions and 57 deletions
+1 -1
View File
@@ -188,7 +188,7 @@ local function modify(parent, region, parentData, data, first)
local anchor
if parentData.regionType == "aurabar" then
if data.bar_model_clip then
anchor = parent.bar.fgFrame
anchor = parent.bar.fgMask
else
anchor = parent.bar
end