Refonte pour utiliser le systeme de GUI #112
1 changed files with 1 additions and 1 deletions
|
@ -152,8 +152,8 @@ end
|
||||||
function Scene:drawScene()
|
function Scene:drawScene()
|
||||||
self:drawStart()
|
self:drawStart()
|
||||||
self:drawWorld()
|
self:drawWorld()
|
||||||
self.gui:drawBottom()
|
|
||||||
self:draw()
|
self:draw()
|
||||||
|
self.gui:drawBottom()
|
||||||
self:drawMenus()
|
self:drawMenus()
|
||||||
self:drawDialog()
|
self:drawDialog()
|
||||||
self:drawEnd()
|
self:drawEnd()
|
||||||
|
|
Loading…
Reference in a new issue