更新了技能,需要修复 全体技能会给与敌方伤害问题

This commit is contained in:
2025-01-15 16:56:48 +08:00
parent 1f1cbf7477
commit 8aa5a51b83
13 changed files with 964 additions and 15 deletions

View File

@@ -0,0 +1,17 @@
import { _decorator, Component, Node } from 'cc';
import { SkillCom } from './SkillCom';
import { BoxSet } from '../common/config/BoxSet';
const { ccclass, property } = _decorator;
@ccclass('StartCom')
export class StartCom extends Component {
start() {
this.node.setPosition(0,0)
}
update(deltaTime: number) {
}
}

View File

@@ -0,0 +1,9 @@
{
"ver": "4.0.23",
"importer": "typescript",
"imported": true,
"uuid": "61a5611c-1772-4c97-be58-795e13f763f3",
"files": [],
"subMetas": {},
"userData": {}
}