This commit is contained in:
PC-20230316NUNE\Administrator
2024-01-20 19:01:45 +08:00
parent 8af1ac9484
commit c6710e7dfa
78 changed files with 10027 additions and 4250 deletions

View File

@@ -38,7 +38,7 @@ export class ModeRender extends Component {
let hitNode = instantiate(this.hitPrefab);
this.node.addChild(hitNode);
hitNode.position = rolePos.add(v3(0,100,0));
hitNode.position = rolePos.add(v3(0,40,0));
hitNode.getComponent(ModeRenderHitText).setText(info.hit);