feat: 优化动画以及影子
This commit is contained in:
@@ -55,6 +55,6 @@ export class Shadow2D extends Component {
|
||||
|
||||
if (!ui) return;
|
||||
|
||||
this.shadowNode.setPosition(0, -ui.height / 2);
|
||||
this.shadowNode.setPosition(0, -ui.height / 2 + 10);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user