Update Input.ts
This commit is contained in:
parent
e39b316e91
commit
b67ffb57c1
@ -14,6 +14,7 @@ import { System, SystemNames } from "./";
|
||||
|
||||
/**
|
||||
* TODO: Make velocities reset on each game loop (as similar to acceleration)
|
||||
* - Then, we can add / remove velocity on update instead of just setting it and praying it's not modified externally
|
||||
*/
|
||||
export class Input extends System {
|
||||
private keys: Set<string>;
|
||||
|
Loading…
Reference in New Issue
Block a user