Add: AppInfoManager
This commit is contained in:
@@ -21,14 +21,17 @@ const GAME_SCREEN_SIZE = { x: 1024, y: 768 }
|
||||
|
||||
let sessingPlayerName;
|
||||
let sessionPlayerUserID;
|
||||
let sessionPlayingAppName;
|
||||
|
||||
{
|
||||
sessionPlayerName = sessionStorage.getItem("playerName");
|
||||
console.log("playerName : " + sessionPlayerName);
|
||||
sessionPlayerUserID = sessionStorage.getItem("playerUserID");
|
||||
console.log("playerUserID : " + sessionPlayerUserID);
|
||||
sessionPlayingAppName = sessionStorage.getItem("playingAppName");
|
||||
console.log("sessionPlayingAppName : " + sessionPlayingAppName);
|
||||
}
|
||||
|
||||
let textStyleBasic = { font: "bold 32px Arial", fill: "#fff", align: "center", boundsAlignH: "center", boundsAlignV: "middle" };
|
||||
let appInfoManager = new AppInfoManager();
|
||||
|
||||
let backButtonPosition = { x: 100, y: 70 };
|
||||
let textStyleBasic = { font: "bold 32px Arial", fill: "#fff", align: "center", boundsAlignH: "center", boundsAlignV: "middle" };
|
||||
Reference in New Issue
Block a user