add grappling hook sprite
This commit is contained in:
parent
02245ca5a9
commit
e9d1596c2f
12 changed files with 34 additions and 6 deletions
|
@ -116,6 +116,7 @@ class Body {
|
|||
packFull() {
|
||||
let packet = {
|
||||
type: this.type,
|
||||
class: this.class,
|
||||
id: this.id,
|
||||
frame: this.frame,
|
||||
fixtures: this.mounts.map(m => m.packFull()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue