requires tserial module, minor set up for serizlation

This commit is contained in:
0x81c 2015-03-16 09:06:51 -04:00
parent cd2e0d862a
commit 7fa31726f4
3 changed files with 20 additions and 6 deletions

View file

@ -4,7 +4,7 @@ Input.playermovekeys = { up = "up", down = "down", left = "left", right = "right
Input.playerswitchkeys = { ["1"] = "1", ["2"] = "2", ["3"] = "3"}
Input.colorfromkey = {"red", "green", "blue"}
function Input:handler()
function Input:handler(dt)
end