This commit is contained in:
Andrew Minnich
2018-03-08 23:26:21 -05:00
parent 5c321ee71f
commit 3b75d8ffcf
2 changed files with 51 additions and 7 deletions

View File

@@ -20,5 +20,6 @@ function love.update(dt)
end
function love.draw()
love.graphics.print(tostring(input:released 'left'))
local x, y = input:get 'move'
love.graphics.print(tostring(x) .. '\n' .. tostring(y))
end