Release 1.1.2

- Added check mark in gem dropdown to indicate valid supports
- Fixed bug with Clear Mind's spell damage modifier
This commit is contained in:
Openarl
2016-09-21 03:45:43 +10:00
parent d1efae9878
commit 815347457c
13 changed files with 122 additions and 35 deletions

View File

@@ -52,8 +52,7 @@ function CheckBoxClass:Draw(viewPort)
else
SetDrawColor(0.75, 0.75, 0.75)
end
DrawImageQuad(nil, x + size * 0.15, y + size * 0.50, x + size * 0.30, y + size * 0.45, x + size * 0.50, y + size * 0.80, x + size * 0.40, y + size * 0.90)
DrawImageQuad(nil, x + size * 0.40, y + size * 0.90, x + size * 0.35, y + size * 0.75, x + size * 0.80, y + size * 0.10, x + size * 0.90, y + size * 0.20)
main:DrawCheckMark(x + size/2, y + size/2, size * 0.8)
end
if enabled then
SetDrawColor(1, 1, 1)