|
@@ -62,7 +62,10 @@ export default class CharactorManager {
|
|
|
|
|
|
self.charactor.mesh.scaling.scaleInPlace(1.4);
|
|
|
self.charactor.visible = false
|
|
|
- setTimeout(() => self.charactor.visible = true, 1000)
|
|
|
+ setTimeout(() => {
|
|
|
+ self.charactor.visible = true
|
|
|
+ document.getElementById("mask").style.zIndex = "-10000"
|
|
|
+ }, 1000)
|
|
|
|
|
|
// 初始人物位置
|
|
|
self.charactor.mesh.position = new BABYLON.Vector3(
|