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
Showing only changes of commit 08674dbf7e - Show all commits

View file

@ -152,8 +152,8 @@ end
function Scene:drawScene()
self:drawStart()
self:drawWorld()
self.gui:drawBottom()
self:draw()
self.gui:drawBottom()
self:drawMenus()
self:drawDialog()
self:drawEnd()