Refonte pour utiliser le systeme de GUI #112
2 changed files with 0 additions and 2 deletions
|
@ -31,7 +31,6 @@ end
|
||||||
|
|
||||||
function View1D:reset()
|
function View1D:reset()
|
||||||
self.firstSlot = 1
|
self.firstSlot = 1
|
||||||
print("reset")
|
|
||||||
end
|
end
|
||||||
|
|
||||||
function View1D:updateFirstSlot(widgetID)
|
function View1D:updateFirstSlot(widgetID)
|
||||||
|
|
|
@ -73,7 +73,6 @@ function GuiScreen:hide()
|
||||||
if (self.isVisible) then
|
if (self.isVisible) then
|
||||||
if (self.transforms["hide"] ~= nil) then
|
if (self.transforms["hide"] ~= nil) then
|
||||||
local time = self:playTransform("hide")
|
local time = self:playTransform("hide")
|
||||||
print(time)
|
|
||||||
self.tweens:newFunc(time, "hide", function ()
|
self.tweens:newFunc(time, "hide", function ()
|
||||||
self.isVisible = false
|
self.isVisible = false
|
||||||
end)
|
end)
|
||||||
|
|
Loading…
Reference in a new issue