fix: add haveTransform function
This commit is contained in:
parent
2ccf4d2e4e
commit
e902ad6d82
1 changed files with 4 additions and 0 deletions
|
@ -76,6 +76,10 @@ function GuiElement:setSubFocus()
|
||||||
-- Useless for basic element
|
-- Useless for basic element
|
||||||
end
|
end
|
||||||
|
|
||||||
|
function GuiElement:isTransforming()
|
||||||
|
return self.tweens:haveTween()
|
||||||
|
end
|
||||||
|
|
||||||
-- UPDATE FUNCTIONS
|
-- UPDATE FUNCTIONS
|
||||||
-- Update the menu every game update
|
-- Update the menu every game update
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue