improcket/js/game/player.mjs
2018-03-03 15:58:51 +00:00

7 lines
117 B
JavaScript

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