more combos
This commit is contained in:
@@ -38,7 +38,7 @@ class StatSheet extends Phaser.Scene {
|
||||
this.forget = false;
|
||||
this.add.text(WIDTH / 10, 0, cryp.name, TEXT.HEADER);
|
||||
|
||||
this.addStats(cryp);
|
||||
// this.addStats(cryp);
|
||||
this.addKnownSkills(cryp);
|
||||
this.addLearnableSkills(cryp);
|
||||
addButton(this, menuX, menuY, () => this.registry.set('crypSpec', cryp), 'Spec');
|
||||
@@ -49,7 +49,7 @@ class StatSheet extends Phaser.Scene {
|
||||
const cryp = data.find(c => c.id === this.cryp.id);
|
||||
this.cryp = cryp;
|
||||
this.addKnownSkills(cryp);
|
||||
this.addStats(cryp);
|
||||
// this.addStats(cryp);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user