Add rotation view and path prediction toggles
This commit is contained in:
parent
ce6a707526
commit
5b861cc341
12 changed files with 195 additions and 19 deletions
|
@ -51,6 +51,8 @@ export function changeView(view) {
|
|||
}
|
||||
|
||||
function tick() {
|
||||
events.tick();
|
||||
|
||||
if (state.view == 'game') {
|
||||
world.tick();
|
||||
control.tick();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue