improve grappling hook physics and rendering

This commit is contained in:
Asraelite 2016-03-27 02:22:49 +01:00
parent 4753f879e5
commit 663305bd23
11 changed files with 129 additions and 55 deletions

View file

@ -89,7 +89,7 @@ class Ship extends Body {
packTypeDelta() {
let t = this.thrust;
return [t.forward, t.left, t.right];
return [t.forward, t.left, t.right, this.debug || false];
}
packFull() {