This commit is contained in:
Russell Matney 2020-10-17 20:03:05 -04:00 committed by GitHub
commit 112455dce0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,7 @@ end
-- gui state
function suit:setHovered(id)
return self.hovered ~= id
self.hovered = id
end
function suit:anyHovered()
@ -54,7 +54,7 @@ function suit:wasHovered(id)
end
function suit:setActive(id)
return self.active ~= nil
self.active = id
end
function suit:anyActive()