Commit b5bcc8b3 authored by huoshizhe's avatar huoshizhe

feat:

parent a1a36d2c
...@@ -123,7 +123,7 @@ export default class PS_001_scene8 extends cc.Component { ...@@ -123,7 +123,7 @@ export default class PS_001_scene8 extends cc.Component {
const mask = cc.find('Canvas/mask'); const mask = cc.find('Canvas/mask');
mask.active = true; mask.active = true;
mask.zIndex = 1; mask.zIndex = 1;
cc.tween(mask).to(1, { opacity: 255 }).start(); cc.tween(mask).to(1, { opacity: 100 }).start();
const wellDown = cc.find('Canvas/wellDown'); const wellDown = cc.find('Canvas/wellDown');
wellDown.zIndex = 1; wellDown.zIndex = 1;
wellDown.active = true; wellDown.active = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment