This commit is contained in:
ntr
2018-12-17 23:56:16 +11:00
parent 065af62a15
commit 950cc6fbad
3 changed files with 6 additions and 7 deletions
-1
View File
@@ -33,7 +33,6 @@ class CrypPage extends Phaser.GameObjects.Group {
};
const learnable = (skill, i) => {
console.log(skill);
const SKILL_X = STATS.learnableX();
const SKILL_Y = (i * TEXT_MARGIN) + STATS.y() + TEXT_MARGIN;