This commit is contained in:
Crum
2019-01-12 02:18:46 -06:00
parent 79a61c59a8
commit eebdf23364
14 changed files with 417 additions and 251 deletions
+1 -4
View File
@@ -61,11 +61,8 @@ function E:Height(frame, height)
end
function E:Point(obj, arg1, arg2, arg3, arg4, arg5)
if arg2 == nil then
arg2 = obj:GetParent()
end
if arg2 == nil then arg2 = obj:GetParent() end
if type(arg1)=="number" then arg1 = E:Scale(arg1) end
if type(arg2)=="number" then arg2 = E:Scale(arg2) end
if type(arg3)=="number" then arg3 = E:Scale(arg3) end
if type(arg4)=="number" then arg4 = E:Scale(arg4) end