Add: keyboard and hand in the typing test stage
This commit is contained in:
@@ -24,7 +24,7 @@ TypingContentBG.prototype.makeTestContentBG = function() {
|
||||
var bar = game.add.graphics();
|
||||
if(isKoreanTypingApp()) {
|
||||
bar.beginFill(TypingContentBG.COLOR_CONTENT_BG, 1);
|
||||
bar.drawRect(0, contentY, GAME_SCREEN_SIZE.x, 120);
|
||||
bar.drawRect(0, contentY, GAME_SCREEN_SIZE.x, 70);
|
||||
} else {
|
||||
if(isTypingSentenceApp()) {
|
||||
bar.beginFill(TypingContentBG.COLOR_CONTENT_BG, 1);
|
||||
@@ -66,5 +66,5 @@ TypingContentBG.COLOR_CONTENT_BG = 0x444444;
|
||||
TypingContentBG.COLOR_CONTENT_ALPHABET_BG = 0x3d3d3d;
|
||||
|
||||
TypingContentBG.POS_Y_CONTENT_BOX_TYPING_PRACTICE = 140;
|
||||
TypingContentBG.POS_Y_CONTENT_BOX_TYPING_TEST = 260;
|
||||
TypingContentBG.POS_Y_CONTENT_BOX_TYPING_TEST = 180; // 260;
|
||||
TypingContentBG.POS_Y_CONTENT_BOX_TYPING_WHACAMOLE = 200;
|
||||
|
||||
Reference in New Issue
Block a user