Fix: remove game argument for ScreenBottom constructor
This commit is contained in:
@@ -38,7 +38,7 @@ class MenuApp {
|
||||
|
||||
|
||||
// bottom
|
||||
let screenBottom = new ScreenBottom(game);
|
||||
let screenBottom = new ScreenBottom();
|
||||
screenBottom.makeBottomLine();
|
||||
// screenBottom.printBottomLeftText("게임 진행 정보");
|
||||
let playingAppName = appInfoManager.getAppNameKorean(sessionStorageManager.playingAppName);
|
||||
|
||||
Reference in New Issue
Block a user