player done, old way
This commit is contained in:
parent
687939b269
commit
1156564fa2
4 changed files with 184 additions and 103 deletions
|
|
@ -1,8 +1,8 @@
|
|||
Input = {}
|
||||
|
||||
Input.playermovekeys = { up = "up", down = "down", left = "left", right = "right" }
|
||||
Input.playerswitchkeys = { ["1"] = "1", ["2"] = "2", ["3"] = "3", ["4"] = "4" }
|
||||
Input.colorfromkey = {"red", "green", "blue", "white"}
|
||||
Input.playerswitchkeys = { ["1"] = "1", ["2"] = "2", ["3"] = "3"}
|
||||
Input.colorfromkey = {"red", "green", "blue"}
|
||||
|
||||
function Input:handler()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue