Fix: allow korean maestro id
This commit is contained in:
@@ -30,7 +30,11 @@ class Login {
|
||||
this.makeMaestroNameText(textX, 200);
|
||||
this.makeNameText(textX, 300);
|
||||
this.makeEnterCodeText(textX, 360);
|
||||
this.inputTextName.canvasInput.focus();
|
||||
|
||||
if(sessionStorageManager.maestroID === null)
|
||||
this.inputTextMaestroName.canvasInput.focus();
|
||||
else
|
||||
this.inputTextName.canvasInput.focus();
|
||||
|
||||
this.makeStartButton(game.world.centerX, game.world.centerY + 100);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user