Fix: english text bg box bottom

This commit is contained in:
2019-05-17 09:34:48 +09:00
parent becc46ed64
commit 1e9aeb818f
+2 -2
View File
@@ -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);
}
}