* Code Refactoring
* Bug Fixes in Map rendering
This commit is contained in:
11
controls.wren
Normal file
11
controls.wren
Normal file
@@ -0,0 +1,11 @@
|
||||
import "input" for Keyboard
|
||||
|
||||
class Controls {
|
||||
construct new() {
|
||||
|
||||
}
|
||||
|
||||
static detect(keyCode) {
|
||||
return Keyboard.isKeyDown(keyCode)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user