Add ship movement
This commit is contained in:
parent
09b3df649c
commit
4959519f39
15 changed files with 278 additions and 77 deletions
|
@ -1,6 +1,7 @@
|
|||
import * as game from './index.mjs';
|
||||
import * as graphics from '../graphics/index.mjs';
|
||||
import * as world from '../world/index.mjs';
|
||||
import * as player from './player.mjs';
|
||||
|
||||
export function startGame() {
|
||||
game.changeView('game');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue