g
This commit is contained in:
parent
dbefb96cb9
commit
1e0ffa6afb
72 changed files with 1896 additions and 1452 deletions
|
@ -0,0 +1,20 @@
|
|||
diff --git a/src/Classes/PassiveTreeView.lua b/src/Classes/PassiveTreeView.lua
|
||||
index 5757f18e..60a49b9b 100644
|
||||
--- a/src/Classes/PassiveTreeView.lua
|
||||
+++ b/src/Classes/PassiveTreeView.lua
|
||||
@@ -912,7 +912,7 @@ function PassiveTreeViewClass:DrawAsset(data, x, y, scale, isHalf)
|
||||
DrawImage(data.handle, x - width, y - height * 2, width * 2, height * 2)
|
||||
DrawImage(data.handle, x - width, y, width * 2, height * 2, 0, 1, 1, 0)
|
||||
else
|
||||
- DrawImage(data.handle, x - width, y - height, width * 2, height * 2, unpack(data))
|
||||
+ -- DrawImage(data.handle, x - width, y - height, width * 2, height * 2, 0,1,1,0)
|
||||
end
|
||||
end
|
||||
|
||||
@@ -1308,4 +1308,4 @@ function PassiveTreeViewClass:LessLuminance()
|
||||
|
||||
local newA = a * alphaFactor;
|
||||
SetDrawColor(newR, newG, newB, newA)
|
||||
-end
|
||||
\ No newline at end of file
|
||||
+end
|
Loading…
Add table
Add a link
Reference in a new issue