Add: typing test for word, sentence
This commit is contained in:
@@ -90,7 +90,7 @@ class Start {
|
||||
|
||||
loadHowToPlay(appID) {
|
||||
this.dbConnectManager.requestHowToPlay(
|
||||
101, // space_invaders app ID
|
||||
sessionStorageManager.playingAppID, // space_invaders app ID
|
||||
(jsonData) => {
|
||||
let howToPlay = jsonData["HowToPlay"].replace(/\\n/g, "\n");
|
||||
this.printHowToPlay(howToPlay);
|
||||
|
||||
Reference in New Issue
Block a user