Refonte pour utiliser le systeme de GUI #112

Merged
kazhnuz merged 102 commits from feat/gui into master 2022-01-06 19:15:16 +01:00
2 changed files with 0 additions and 2 deletions
Showing only changes of commit b20b9e5dd4 - Show all commits

View file

@ -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)

View file

@ -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)