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