diff --git a/templates/GameTutorial.html b/templates/GameTutorial.html
index 1645be5..14c023e 100644
--- a/templates/GameTutorial.html
+++ b/templates/GameTutorial.html
@@ -175,26 +175,15 @@
-
-
-
+ position: fixed;z-index: 900; visibility: visible; " src="../templates/Web/pic.png" id="windowshow">
@@ -213,9 +202,10 @@
tutorialId = tutorialId+1
var level = "t"+tutorialId;
-
+
GameLoad().then(function(){
console.log("Cheerpj Initialize Succeed!");
+
document.getElementById("loading").style.visibility = "hidden";
})
@@ -255,6 +245,10 @@
GameLoad().then(function(){
console.log("Cheerpj Initialize Succeed!");
+
+ if (img.style.visibility == "visible"){
+ img.style.visibility= "hidden";
+ }
document.getElementById("loading").style.visibility = 'hidden';
})