This commit is contained in:
ntr
2019-03-01 19:37:04 +11:00
parent 298c263a60
commit c60f38716f
4 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ class StatSheet extends Phaser.Scene {
const crypStat = (stat, i) => {
const STAT_X = X;
const STAT_Y = Y + (i + 2) * TEXT_MARGIN;
this.add.text(STAT_X, STAT_Y, `${stat.stat}: ${stat.base}`, TEXT.NORMAL);
this.add.text(STAT_X, STAT_Y, `${stat.stat}: ${stat.value}`, TEXT.NORMAL);
};
const CRYP_STATS = [