feat: 优化动画以及影子

This commit is contained in:
richarjiang
2025-09-29 17:06:20 +08:00
parent dec7ce62ee
commit a253c34a10
349 changed files with 14091 additions and 13324 deletions

View File

@@ -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);
}
}