change to bitmap text

This commit is contained in:
Mashy
2019-03-05 14:52:59 +10:00
parent 5fa964c382
commit 99d0231a9c
9 changed files with 21 additions and 19 deletions
+2 -2
View File
@@ -12,8 +12,8 @@ class HomeRankings extends Phaser.Scene {
}
create() {
this.add.text(X, Y, 'Rankings Scene', TEXT.HEADER);
this.add.text(X, Y + HEIGHT * 0.1, 'some stuff here', TEXT.NORMAL);
this.add.bitmapText(X, Y, 'gothic', 'Rankings Scene', 20);
this.add.bitmapText(X, Y + HEIGHT * 0.1, 'gothic', 'some other stuff here', 20);
}
cleanUp() {