fix: draw GUI over scene

This commit is contained in:
Kazhnuz 2021-08-30 14:10:53 +02:00
parent d972fccb13
commit 08674dbf7e

View file

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