Refonte pour utiliser le systeme de GUI #112
1 changed files with 4 additions and 0 deletions
|
@ -76,6 +76,10 @@ function GuiElement:setSubFocus()
|
|||
-- Useless for basic element
|
||||
end
|
||||
|
||||
function GuiElement:isTransforming()
|
||||
return self.tweens:haveTween()
|
||||
end
|
||||
|
||||
-- UPDATE FUNCTIONS
|
||||
-- Update the menu every game update
|
||||
|
||||
|
|
Loading…
Reference in a new issue