Add: space invaders game
This commit is contained in:
@@ -40,10 +40,16 @@ class AppInfoManager {
|
||||
}
|
||||
|
||||
getAppNameKorean(name) {
|
||||
if(name === null)
|
||||
return "";
|
||||
|
||||
return this.appInfoMap[name].nameKorean;
|
||||
}
|
||||
|
||||
getHowToPlayText(name) {
|
||||
if(name === null)
|
||||
return "";
|
||||
|
||||
return this.appInfoMap[name].howToPlay;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user