improcket/js/game/player.mjs
2018-03-04 16:49:42 +00:00

8 lines
163 B
JavaScript

import * as world from '../world/index.mjs';
import * as inventory from './inventory.mjs';
export let ship;
export function init() {
ship = world.playerShip;
}