remove this odd little test from the demo

no longer works and it's unnecessary anyway
This commit is contained in:
Andrew Minnich
2019-02-19 03:25:26 -05:00
parent 40c4d1652c
commit 72a2bd3014

View File

@@ -58,9 +58,6 @@ function love.keypressed(key)
if key == 'escape' then if key == 'escape' then
love.event.quit() love.event.quit()
end end
if key == 'tab' then
player.controls.action[1] = 'key:z'
end
end end
local pairDisplayRadius = 128 local pairDisplayRadius = 128