Fix: position of keyboard and hand
This commit is contained in:
@@ -101,7 +101,7 @@ var TypingTest = {
|
||||
|
||||
|
||||
// input text
|
||||
this.inputTextContent = new InputTypeText(game.world.centerX, TYPING_CONTENT_Y + 100);
|
||||
this.inputTextContent = new InputTypeText(game.world.centerX, TYPING_CONTENT_Y + 120);
|
||||
this.inputTextContent.anchor.set(0.5);
|
||||
this.inputTextContent.canvasInput.value('');
|
||||
this.inputTextContent.canvasInput.focus();
|
||||
|
||||
Reference in New Issue
Block a user