Update GameTutorial.html
This commit is contained in:
parent
0d872a1424
commit
e0a9bf64bc
@ -151,11 +151,15 @@
|
|||||||
z-index: 99;
|
z-index: 99;
|
||||||
}
|
}
|
||||||
|
|
||||||
.col-md-6 .col-md-12{
|
.col-md-6 {
|
||||||
|
z-index: 100;
|
||||||
|
}
|
||||||
|
.col-md-12{
|
||||||
|
z-index: 100;
|
||||||
|
}
|
||||||
|
.GameWindow{
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
@ -262,6 +266,7 @@
|
|||||||
console.log("Cheerpj Initialize Succeed!");
|
console.log("Cheerpj Initialize Succeed!");
|
||||||
|
|
||||||
document.getElementById("loading").style.visibility = "hidden";
|
document.getElementById("loading").style.visibility = "hidden";
|
||||||
|
$("#mask").hide();
|
||||||
})
|
})
|
||||||
var control = ("{{control}}" == "1");
|
var control = ("{{control}}" == "1");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user