more stuff wipped

This commit is contained in:
Paul Liverman
2015-05-06 17:29:33 -07:00
parent 793ecf575a
commit 013e24e285
3 changed files with 58 additions and 1 deletions

View File

@@ -73,6 +73,8 @@ local function drawClock(x, y, r)
lg.setColor(255, 255, 255)
end
local drawWheel = require "wheel";
function love.draw()
lg.translate(hx, hy)
@@ -86,7 +88,8 @@ function love.draw()
lg.setColor(255, 255, 255)
end
drawClock(-355, -145, 120)
--drawClock(-355, -145, 120)
drawWheel(-355, -145, 120, timer)
end
function love.keypressed(key, unicode)