rewritten
This commit is contained in:
parent
3ae6c416e5
commit
286871ca21
5 changed files with 15 additions and 15 deletions
|
|
@ -1,8 +1,8 @@
|
|||
Input = {}
|
||||
|
||||
Input.playermovekeys = { up = "up", down = "down", left = "left", right = "right" }
|
||||
Input.playerswitchkeys = { ["1"] = "1", ["2"] = "2", ["3"] = "3" }
|
||||
Input.colorfromkey = {"red", "green", "blue"}
|
||||
Input.playerswitchkeys = { ["1"] = "1", ["2"] = "2", ["3"] = "3", ["4"] = "4" }
|
||||
Input.colorfromkey = {"red", "green", "blue", "white"}
|
||||
|
||||
function Input:handler()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue