add grappling hook sprite

This commit is contained in:
Asraelite 2016-03-30 00:53:23 +01:00
parent 02245ca5a9
commit e9d1596c2f
12 changed files with 34 additions and 6 deletions

View file

@ -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()),