reorder and rename hardpoints and particles
This commit is contained in:
parent
d302bd4149
commit
ea533015ba
16 changed files with 65 additions and 64 deletions
|
@ -62,7 +62,7 @@ class Ship extends Body {
|
|||
this.thrust.right = packet.thrust[2];
|
||||
|
||||
packet.fire.forEach((m, i) => {
|
||||
m ? this.mounts[i].fire(m) : this.mounts[i].rest();
|
||||
m ? this.hardpoints[i].fire(m) : this.hardpoints[i].rest();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue