Fix: english text bg box bottom
This commit is contained in:
@@ -29,9 +29,9 @@ TypingContentBG.prototype.makeTestContentBG = function() {
|
||||
bar.beginFill(TypingContentBG.COLOR_CONTENT_BG, 1);
|
||||
bar.drawRect(0, contentY, GAME_SCREEN_SIZE.x, 20);
|
||||
bar.beginFill(TypingContentBG.COLOR_CONTENT_ALPHABET_BG, 1);
|
||||
bar.drawRect(0, contentY + 20, GAME_SCREEN_SIZE.x, 35);
|
||||
bar.drawRect(0, contentY + 20, GAME_SCREEN_SIZE.x, 40);
|
||||
bar.beginFill(TypingContentBG.COLOR_CONTENT_BG, 1);
|
||||
bar.drawRect(0, contentY + 50, GAME_SCREEN_SIZE.x, 15);
|
||||
bar.drawRect(0, contentY + 55, GAME_SCREEN_SIZE.x, 10);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user