from retail

This commit is contained in:
NoM0Re
2025-01-27 03:28:33 +01:00
parent 0e761a6814
commit 8e07a6495c
32 changed files with 1450 additions and 777 deletions
+4
View File
@@ -150,6 +150,10 @@ local function modify(parent, region, data)
self:UpdateProgress()
end
function region:SetTexture(texture)
self.texture:SetTexture(texture)
end
region.texture:SetTexture(data.texture)
function region:Color(r, g, b, a)