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

@ -27,7 +27,7 @@ function Asteroid(data) {
this.yvel = data[3];
this.r = data[4];
this.rvel = data[5];
this.updated = true;
this.updated = 10;
};
this.tick = function() {