fix stamina and hp bug

This commit is contained in:
ntr
2019-03-14 16:36:58 +11:00
parent 2eae21f12f
commit 61a2a7500b
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ class Header extends Phaser.Scene {
}
create() {
this.add.text(0, 0, 'CRYPS.GG', TEXT.HEADER);
this.add.text(0, 0, 'cryps.gg', TEXT.HEADER);
}
}