Remove spoil code

This commit is contained in:
Andros Fenollosa
2017-01-04 10:58:50 +01:00
parent 1e7128d252
commit 908c28ec90
24 changed files with 19 additions and 25 deletions

View File

@ -21,11 +21,6 @@ function controls.load(game)
controls.new_button('button_up', up_x, up_y, img_button_up)
end
function controls.update(dt)
if love.mouse.isDown(1) then
end
end
function controls.draw()
for key, button in pairs(BUTTONS) do
button.animation:draw(button.img, button.x, button.y)