Improve edit screen
This commit is contained in:
parent
52770d7eb2
commit
826986cdbf
12 changed files with 235 additions and 40 deletions
|
@ -7,7 +7,7 @@ import * as world from './index.mjs';
|
|||
export function player() {
|
||||
let ship = new Ship(0, -45);
|
||||
ship.addModule(0, 0, modules.capsule.small);
|
||||
ship.addModule(0, 1, modules.fuel.small, { filled: true });
|
||||
ship.addModule(0, 1, modules.fuel.small);
|
||||
ship.addModule(0, 2, modules.thruster.light);
|
||||
world.ships.add(ship);
|
||||
world.setPlayerShip(ship);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue