Add rotation view and path prediction toggles

This commit is contained in:
asraelite 2018-03-06 10:35:54 +00:00
parent ce6a707526
commit 5b861cc341
12 changed files with 195 additions and 19 deletions

View file

@ -51,6 +51,8 @@ export function changeView(view) {
}
function tick() {
events.tick();
if (state.view == 'game') {
world.tick();
control.tick();