remove team check fixed scene swap

This commit is contained in:
Mashy
2018-12-04 20:26:17 +10:00
parent 8df814d1a6
commit 681b9dab4e
4 changed files with 23 additions and 16 deletions
+2
View File
@@ -20,6 +20,8 @@ class StatSheet extends Phaser.Scene {
this.cryp = cryp;
this.stats = new Stats(this, cryp);
this.addControls(cryp);
this.addSkills(cryp);
this.skills = true;
}
addControls(cryp) {