Add start of ship editing

This commit is contained in:
asraelite 2018-03-04 16:49:42 +00:00
parent d85338d9f2
commit b88c0eb358
18 changed files with 288 additions and 100 deletions

View file

@ -19,6 +19,10 @@ export default class Celestial extends Body {
return [this.x + this.radius, this.y + this.radius];
}
get escapeVelocity() {
}
tick() {
}