add interpolation

This commit is contained in:
Asraelite 2016-03-24 01:09:29 +00:00
parent 1412cabbb4
commit df3f0d1436
3 changed files with 9 additions and 5 deletions

View file

@ -45,7 +45,7 @@ function Ship(data) {
this.yvel = data[3];
this.r = data[4];
this.rvel = data[5];
this.updated = true;
this.updated = 10;
this.thrust = {
forward: data[6],
left: data[7],