This commit is contained in:
ntr
2019-03-15 19:31:43 +11:00
parent 5d76593901
commit 9df24a8f07
8 changed files with 65 additions and 103 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ class StatSheet extends Phaser.Scene {
this.cryp = cryp;
const del = this.add.existing(new DeleteHitBox(this, X + WIDTH * 0.7, Y + HEIGHT * 0.6));
this.add.text(del.getCenter().x, del.getCenter().y, 'Unlearn', TEXT.HEADER)
this.add.text(del.getCenter().x, del.getCenter().y, 'unequip', TEXT.HEADER)
.setOrigin(0.5, 0.5);
this.add.text(X, Y, cryp.name, TEXT.HEADER);