fix: 更新提交
This commit is contained in:
9
assets/games/scripts/pets/GlassesPart.ts
Normal file
9
assets/games/scripts/pets/GlassesPart.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { BasePart } from "./BasePart";
|
||||
|
||||
export class GlassesPart extends BasePart {
|
||||
protected setSocketZIndex(): void {
|
||||
if (this.socketNode) {
|
||||
this.socketNode.setSiblingIndex(this.socketNode.parent.children.length);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user