General improvements

I forgot what I actually changed. It may not even be playable, I just want to get this up there.
This commit is contained in:
Asraelite 2023-03-31 11:43:56 +02:00
parent 8a0bf0ada9
commit c73130e3ff
25 changed files with 584 additions and 274 deletions

View file

@ -40,7 +40,7 @@ export default class Tracer extends Body {
}
tick() {
this.run(100);
this.run(this.ship.computation);
}
tickPath(speed) {