got clouds and background ready

This commit is contained in:
2021-05-09 18:26:58 +02:00
parent 1c3a62c9f1
commit 752d1b945a
7 changed files with 18 additions and 4 deletions

View File

@@ -117,6 +117,8 @@ end
function Chu:draw()
love.graphics.setColor(255, 255, 255, 1)
love.graphics.draw(assets.sprites.level.background, self.x, self.y)
love.graphics.draw(assets.sprites.level.clouds, self.x, self.y + 32)
love.graphics.draw(assets.sprites.level.cloudsmirror, self.x, self.y)
world:draw()
if self.debug then