Add audio
This commit is contained in:
parent
0101ef8d55
commit
62b8c74f57
26 changed files with 225 additions and 18 deletions
|
@ -11,9 +11,11 @@ export function player() {
|
|||
ship.addModule(0, 0, modules.capsule.small);
|
||||
ship.addModule(0, 1, modules.fuel.small);
|
||||
ship.addModule(0, 2, modules.thruster.light);
|
||||
//ship.addModule(1, 2, modules.thruster.light);
|
||||
//ship.addModule(-1, 2, modules.thruster.light);
|
||||
world.ships.add(ship);
|
||||
world.setPlayerShip(ship);
|
||||
|
||||
|
||||
let tracer = new Tracer(ship);
|
||||
world.tracers.add(tracer);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue