requires tserial module, minor set up for serizlation
This commit is contained in:
parent
cd2e0d862a
commit
7fa31726f4
3 changed files with 20 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue