Revert "change to bitmap text"

This reverts commit 99d0231a9c.
This commit is contained in:
ntr
2019-03-05 17:59:57 +11:00
parent 9e16201f3d
commit fd1c693f01
8 changed files with 18 additions and 20 deletions
+2 -2
View File
@@ -12,8 +12,8 @@ class HomeRankings extends Phaser.Scene {
}
create() {
this.add.bitmapText(X, Y, 'gothic', 'Rankings Scene', 20);
this.add.bitmapText(X, Y + HEIGHT * 0.1, 'gothic', 'some other stuff here', 20);
this.add.text(X, Y, 'Rankings Scene', TEXT.HEADER);
this.add.text(X, Y + HEIGHT * 0.1, 'some stuff here', TEXT.NORMAL);
}
cleanUp() {