技能直线 完善

This commit is contained in:
2025-01-24 11:11:11 +08:00
parent 93337c145a
commit 399382252d
10 changed files with 14 additions and 14 deletions

View File

@@ -8,7 +8,7 @@ export class LineCom extends Component {
base:SkillCom = null
start() {
this.base =this.node.getComponent(SkillCom)
this.node.setPosition(this.node.position.x,this.node.position.y+50,this.node.position.z)
}
update(deltaTime: number) {