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

@ -62,9 +62,9 @@ class Game {
this._state = state;
if (state != 'connected') {
this.gui.visible = true;
} else {
this.gui.visible = false;
} else {
this.gui.visible = true;
}
}
}