update: function() { if (Math.abs(this.vel.x) < 1 && Math.abs(this.vel.y) < 1) this.kill(); this.parent(); },