improcket/js/game/events.mjs
2018-03-03 13:29:14 +00:00

8 lines
229 B
JavaScript

import * as game from './index.mjs';
import * as graphics from '../graphics/index.mjs';
import * as world from '../world/index.mjs';
export function startGame() {
game.changeView('game');
graphics.perspective.focusPlayer();
}