more combos
This commit is contained in:
Executable → Regular
+3
-3
@@ -9,9 +9,9 @@ const ROW_WIDTH = CRYP_LIST.width();
|
||||
const TEXT_MARGIN = 24;
|
||||
|
||||
const KEY_MAP = [
|
||||
'keydown_ONE',
|
||||
'keydown_TWO',
|
||||
'keydown_THREE',
|
||||
'keydown-ONE',
|
||||
'keydown-TWO',
|
||||
'keydown-THREE',
|
||||
];
|
||||
|
||||
class MenuCrypList extends Phaser.Scene {
|
||||
|
||||
@@ -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