Commit 4b5e7aeb authored by Tt's avatar Tt

修改角色层级

parent 18513d7d
This diff is collapsed.
......@@ -43,7 +43,7 @@ export default class dg_xiaodi extends cc.Component {
this.aniRole.scaleX = -this.aniRole.scaleX;
}
})
.to(0.5, { x: 1500 })
.to(0.5, { x: -1800 })
.call(() => {
this.scheduleOnce(() => {
resolve('');
......
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