basix
This commit is contained in:
commit
b4905845e6
148 changed files with 30049 additions and 0 deletions
11
input.lua
Normal file
11
input.lua
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
local input = {}
|
||||
|
||||
function input:handler()
|
||||
|
||||
end
|
||||
|
||||
function input:moveIsPressed()
|
||||
|
||||
end
|
||||
|
||||
return input
|
||||
Loading…
Add table
Add a link
Reference in a new issue