Merge branch 'master' of ssh://cryps.gg:40022/~/cryps

This commit is contained in:
ntr
2018-11-20 22:35:47 +11:00
14 changed files with 0 additions and 6 deletions
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
View File
Executable → Regular
-6
View File
@@ -10,7 +10,6 @@ class CrypList extends Phaser.Scene {
create() { create() {
this.registry.events.on('changedata', this.updateData, this); this.registry.events.on('changedata', this.updateData, this);
this.input.on('gameobjectup', this.clickHandler, this);
return true; return true;
} }
@@ -36,12 +35,7 @@ class CrypList extends Phaser.Scene {
} }
this.CrypPage = new CrypPage(this, cryp); this.CrypPage = new CrypPage(this, cryp);
} }
}
clickHandler(pointer, crypBox) {
this.displaySkills(crypBox.cryp);
return true; return true;
// this.registry.get('ws').sendGamePve(crypBox.cryp.id);
} }
} }
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
View File
View File
View File
Executable → Regular
View File
Executable → Regular
View File