testing for 3ds now, last commit of the day

This commit is contained in:
2018-08-29 04:59:22 +02:00
parent f9ae5d1584
commit b49b441632

View File

@@ -113,7 +113,7 @@ end
function love.draw()
love.graphics.setBackgroundColor(bgCol.r, bgCol.g, bgCol.b)
--topscreen only works on 3ds, so look out
--love.graphics.setScreen('top')
love.graphics.setScreen('top')
--love.graphics.rectangle("fill", 1, 1, 30, 30)
player:draw()
--bottom screen