Merge branch 'master' of ssh://cryps.gg:40022/~/cryps
This commit is contained in:
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
-6
@@ -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
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Reference in New Issue
Block a user