Fix: add basic left, right key to english typing practice
This commit is contained in:
@@ -41,6 +41,11 @@ ScoreText.prototype.destroySelf = function() {
|
||||
}
|
||||
|
||||
|
||||
ScoreText.prototype.setScale = function(value) {
|
||||
this.scale.set(value);
|
||||
}
|
||||
|
||||
|
||||
ScoreText.DEFAULT_TEXT_FONT = {
|
||||
font: "30px Arial",
|
||||
boundsAlignH: "center", // left, center. right
|
||||
|
||||
Reference in New Issue
Block a user