fix projectiles
This commit is contained in:
parent
0906441246
commit
4f42723f4a
7 changed files with 20 additions and 8 deletions
|
@ -5,6 +5,8 @@ const Body = require('../body.js');
|
|||
class Projectile extends Body {
|
||||
constructor(world) {
|
||||
super(world);
|
||||
|
||||
this.class = 'projectile';
|
||||
}
|
||||
|
||||
connect() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue