mirror of
https://github.com/bvanroll/3dsStuff.git
synced 2025-08-29 03:42:40 +00:00
testing for 3ds now, last commit of the day
This commit is contained in:
2
main.lua
2
main.lua
@@ -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
|
||||
|
Reference in New Issue
Block a user