From 72a2bd3014c27344704e432517322ac702d088ca Mon Sep 17 00:00:00 2001 From: Andrew Minnich Date: Tue, 19 Feb 2019 03:25:26 -0500 Subject: [PATCH] remove this odd little test from the demo no longer works and it's unnecessary anyway --- main.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/main.lua b/main.lua index 201d613..1fc1297 100644 --- a/main.lua +++ b/main.lua @@ -58,9 +58,6 @@ function love.keypressed(key) if key == 'escape' then love.event.quit() end - if key == 'tab' then - player.controls.action[1] = 'key:z' - end end local pairDisplayRadius = 128