Merge branch 'dev' into auras-work

This commit is contained in:
Logan Payton
2018-05-16 09:27:23 -04:00
3 changed files with 112 additions and 59 deletions
+2 -1
View File
@@ -47,7 +47,8 @@ end
function E:Size(frame, width, height)
assert(width)
frame:SetSize(E:Scale(width), E:Scale(height or width))
frame:SetWidth(E:Scale(width))
frame:SetHeight(E:Scale(height or width))
end
function E:Width(frame, width)