implement keyboard controller
This commit is contained in:
parent
a2986aab78
commit
0b34b19bdf
8 changed files with 284 additions and 237 deletions
13
npc/core/.gitignore
vendored
Normal file
13
npc/core/.gitignore
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Created by https://www.toptal.com/developers/gitignore/api/scala
|
||||
# Edit at https://www.toptal.com/developers/gitignore?templates=scala
|
||||
|
||||
### Scala ###
|
||||
*.class
|
||||
*.log
|
||||
|
||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||||
hs_err_pid*
|
||||
|
||||
# End of https://www.toptal.com/developers/gitignore/api/scala
|
||||
|
||||
test_run_dir/
|
Loading…
Add table
Add a link
Reference in a new issue