Fix: position of keyboard and hand

This commit is contained in:
2019-05-15 20:37:48 +09:00
parent 3b1054bde4
commit 6e88d4b471
3 changed files with 14 additions and 7 deletions
+1 -1
View File
@@ -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();