Add music
This commit is contained in:
parent
194c0bf846
commit
bd97945e66
14 changed files with 82 additions and 20 deletions
|
@ -103,6 +103,7 @@ export default class Ship extends Body {
|
|||
this.maxFuel = 0;
|
||||
this.rotationPower = 0;
|
||||
this.cargoCapacity = 0;
|
||||
this.thrust = 0;
|
||||
|
||||
this.modules.forEach(m => {
|
||||
if (m.type === 'fuel') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue